Just renamed the file to colormaps.h

--HG--
rename : dlib/image_transforms/randomly_color_image.h => dlib/image_transforms/colormaps.h
rename : dlib/image_transforms/randomly_color_image_abstract.h => dlib/image_transforms/colormaps_abstract.h
This commit is contained in:
Davis King 2012-03-18 16:19:00 -04:00
parent bf86a3b219
commit 8403cad65f
3 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#include "image_transforms/integral_image.h"
#include "image_transforms/image_pyramid.h"
#include "image_transforms/label_connected_blobs.h"
#include "image_transforms/randomly_color_image.h"
#include "image_transforms/colormaps.h"
#include "image_transforms/segment_image.h"
#include "image_transforms/interpolation.h"