1 #ifndef _ImageLoader_H_
2 #define _ImageLoader_H_
virtual bool loadImage()=0
Load image from a file.
Interface to load images.
Definition: ImageLoader.h:8
virtual bool loadInfo()=0
Load header to know image size.
virtual ~ImageLoader()
Default destructor.
Definition: ImageLoader.h:16