A struct used to draw thumbnails of the database images. More...
#include <ObjectDetection.h>
Public Attributes | |
IplImage * | img |
double | scale |
size_t | width |
size_t | height |
A struct used to draw thumbnails of the database images.
size_t dbresultimage::height |
Width of each database image after the scaling.
IplImage* dbresultimage::img |
The actual image data.
double dbresultimage::scale |
The scaling used for each database image when generating the image.
size_t dbresultimage::width |
Width of each database image after the scaling.