|
PedestrainCounting
|
#include <GrayScaleIntegralImage.h>
Public Member Functions | |
| GrayScaleIntegralImage (const cv::Mat &img) | |
| GrayScaleIntegralImage (int w, int h) | |
| void | CalculateInt (const cv::Mat &img) |
| unsigned int | GetSum (const Rect &roi) 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 void | GetSum (const Rect &roi, float *result) const |
Additional Inherited Members | |
Public Attributes inherited from IntegralImage | |
| int | width |
| int | height |
The basic integral image. Integral the grayscale intensity. This can be used in Haar like feature.
1.8.9.1