Sum of a rectangular area, implemented on top of Integral Image.
More...
#include <IntegralChannelFeature.h>
|
| | IntegralChannelFeature (const IntegralChannelFeature &src, int scale, long offset, long stride) |
| |
|
void | invert_polarity () |
| |
|
const char * | debug_name () |
| |
|
int | response (const unsigned int *pIntImage, const std::pair< int32_t, int32_t > ¶ms) const |
| |
| void | rescale (int sx, int sy) |
| |
|
|
static void | debug_name (const char *str) |
| |
| static std::string | signature () |
| |
|
| int | x0 |
| |
|
int | y0 |
| |
|
int | x1 |
| |
|
int | y1 |
| |
|
int | channel |
| | channel identifier
|
| |
Sum of a rectangular area, implemented on top of Integral Image.
| IntegralChannelFeature::IntegralChannelFeature |
( |
const IntegralChannelFeature & |
src, |
|
|
int |
scale, |
|
|
long |
offset, |
|
|
long |
stride |
|
) |
| |
|
inline |
| void IntegralChannelFeature::rescale |
( |
int |
sx, |
|
|
int |
sy |
|
) |
| |
|
inline |
Rescale current feature using sx,sy scale factor
- Note
- due to particular architecture of this filter, only integral scale factor are alowed now use a fHaarFeature in order to take advantage of floating point rescaling
| static std::string IntegralChannelFeature::signature |
( |
| ) |
|
|
inlinestatic |
| int IntegralChannelFeature::x0 |
integral image nodes output = SUM (X0+1, X1) (Y0+1, Y1)
The documentation for this struct was generated from the following file: