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 |
![]() | |
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 | |
![]() | |
int | width |
int | height |
The basic integral image. Integral the grayscale intensity. This can be used in Haar like feature.