Public Member Functions | |
T | at (int x, int y, int chan=0) |
IndexedIplImage (IplImage *img) | |
T | integral_sum (const CvRect &r) |
operator IplImage * () | |
Public Attributes | |
IplImage * | img_ |
T * | p |
Definition at line 77 of file handle_detector_vision.cpp.
IndexedIplImage< T >::IndexedIplImage | ( | IplImage * | img | ) | [inline] |
Definition at line 83 of file handle_detector_vision.cpp.
T IndexedIplImage< T >::at | ( | int | x, | |
int | y, | |||
int | chan = 0 | |||
) | [inline] |
Definition at line 93 of file handle_detector_vision.cpp.
T IndexedIplImage< T >::integral_sum | ( | const CvRect & | r | ) | [inline] |
Definition at line 98 of file handle_detector_vision.cpp.
IndexedIplImage< T >::operator IplImage * | ( | ) | [inline] |
Definition at line 88 of file handle_detector_vision.cpp.
IplImage* IndexedIplImage< T >::img_ |
Definition at line 80 of file handle_detector_vision.cpp.
T* IndexedIplImage< T >::p |
Definition at line 81 of file handle_detector_vision.cpp.