PedestrainCounting
Public Member Functions | List of all members
GrayScaleIntegralImage Class Reference

#include <GrayScaleIntegralImage.h>

Inheritance diagram for GrayScaleIntegralImage:
IntegralImage

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
 

Detailed Description

The basic integral image. Integral the grayscale intensity. This can be used in Haar like feature.

Author
Zhengrong Wang.

The documentation for this class was generated from the following files: