• Davis King's avatar
    Added a file that defines a new generic image interface for images in dlib. · fa2499d8
    Davis King authored
    This is the dlib/image_processing/generic_image.h file.  Then I changed all the
    image processing functions so that they use this interface.  All the changes
    are very minor, but there are just a lot of them.
    
    Any user code that was using array2d objects to represent images will still
    work.  However, this change makes it so that users can use their own custom
    image objects with dlib by simply implementing a few global functions for their
    image object.
    fa2499d8
Name
Last commit
Last update
dlib Loading commit data...
docs Loading commit data...
examples Loading commit data...
python_examples Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
README.txt Loading commit data...