A rationale haar feature.
More...
#include <NormalizedHaarFeature.h>
Inherits HaarFeature.
|
|
int | response (const unsigned int *pIntImage, int stride) const |
| |
|
int | operator() (const unsigned int *pIntImage, int stride) const |
| |
| void | rescale (int sx, int sy) |
| |
| | HaarFeature (const HaarFeature &src, int scale, long offset, long stride) |
| |
|
const char * | debug_name () const |
| |
|
void | debug_name (const char *str) |
| |
|
void | invert_polarity () |
| | invert the sign of haar nodes (in order to simplify the decision stump)
|
| |
| int | response (const unsigned int *pIntImage, int stride) const |
| |
|
int | operator() (const unsigned int *pIntImage, int stride) const |
| |
| void | rescale (int sx, int sy) |
| |
|
|
int | width |
| | roi
|
| |
|
int | height |
| |
|
const char * | name |
| |
A rationale haar feature.
| void NormalizedHaarFeature::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 NormalizedHaarFeature::signature |
( |
| ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: