#include <Extractor.h>
Public Member Functions | |
bool | Extract (const char *imageFilename, const char *maskfilename, Descriptor &descr) |
extracts descriptors declared in Descriptor object after loading image and mask(null if extraction | |
bool | Extract (IplImage *image, IplImage *mask, Descriptor &descr) |
bool | ExtractFromMap (const char *imageFilename, const char *mapFilename, DescriptorCollection &descrCol) |
bool | ExtractFromMap (IplImage *mainImage, IplImage *regMap, DescriptorCollection &descrCol) |
bool | ExtractFromBBoxList (const char *imageFilename, const char *bbListFilename, DescriptorCollection &descrCol) |
bool | ExtractFromBBoxList (IplImage *mainImage, BoundingBoxList bbList, DescriptorCollection &descrCol) |
bool Extractor::Extract | ( | const char * | imageFilename, | |
const char * | maskfilename, | |||
Descriptor & | descr | |||
) |
extracts descriptors declared in Descriptor object after loading image and mask(null if extraction
bool Extractor::Extract | ( | IplImage * | image, | |
IplImage * | mask, | |||
Descriptor & | descr | |||
) |
extracts descriptors declared in Descriptor object from image (and mask if included) loaded in memory
bool Extractor::ExtractFromMap | ( | const char * | imageFilename, | |
const char * | mapFilename, | |||
DescriptorCollection & | descrCol | |||
) |
extracts descriptors declared in DescriptorCollection object from regions of the region map after loading image and region map
bool Extractor::ExtractFromMap | ( | IplImage * | mainImage, | |
IplImage * | regMap, | |||
DescriptorCollection & | descrCol | |||
) |
extracts descriptors declared in DescriptorCollection object from regions of the region map from image and region map loaded in memory
bool Extractor::ExtractFromBBoxList | ( | const char * | imageFilename, | |
const char * | bbListFilename, | |||
DescriptorCollection & | descrCol | |||
) |
extracts descriptors declared in DescriptorCollection object from bounding boxes in textfile (bbListFilename)
bool Extractor::ExtractFromBBoxList | ( | IplImage * | mainImage, | |
BoundingBoxList | bbList, | |||
DescriptorCollection & | descrCol | |||
) |
extracts descriptors declared in DescriptorCollection object from bounding boxes in a list of bounding boxes