|
MP6
Photomosaic
|
| kdtree.cpp | Implementation of KDTree class |
| kdtree.h | KDTree implementation using Points in k-dimensional space |
| kdtree_extras.cpp | You do not need to modify this file |
| maptiles.cpp | Code for the maptiles function |
| maptiles.h | MapTiles() function |
| mosaiccanvas.h | Implementation of the mosaic data structure |
| no_sort.h | Masks std sorting algorithms with error messages to prevent students from using the STL's sorting functions |
| photomosaic.cpp | PhotoMosaic main function |
| png.cpp | Implementation of the PNG class for the EasyPNG library |
| png.h | Definition of the PNG class for the EasyPNG library |
| point.h | Definition of a Point class for k dimensional points |
| rgbapixel.cpp | Implementation of the RGBAPixel class for the EasyPNG library |
| rgbapixel.h | Definition of the RGBAPixel class for the EasyPNG library |
| sourceimage.h | Definition of SourceImage class |
| testmaptiles.cpp | Runs the maptiles function to test it on some simple tiles |
| tileimage.h | Definition of the TileImage class |
| util.cpp | CS 225 Util Library |