|
PedestrainCounting
|
Public Member Functions | |
| RGIIntegralImage (const cv::Mat &img) | |
| RGIIntegralImage (int w, int h) | |
| void | CalculateInt (const cv::Mat &img) |
| void | GetSum (const Rect &roi, float *result) const |
Public Member Functions inherited from IntegralImage | |
| IntegralImage (const cv::Mat &img) | |
| IntegralImage (int w, int h) | |
| virtual void | Dump (const char *filename) const |
| virtual unsigned int | GetSum (const Rect &roi) const |
Additional Inherited Members | |
Public Attributes inherited from IntegralImage | |
| int | width |
| int | height |
| RGIIntegralImage::RGIIntegralImage | ( | const cv::Mat & | img | ) |
| img | should be 8UC3, e.g. RGB image. |
1.8.9.1