|
X-Boost
2.3.8
|
helping method used during resposne computations More...
Go to the source code of this file.
Functions | |
| template<class ReturnType , class ClassifierType > | |
| void | workerResponse (double *r, int startH, int endH, int W, const ClassifierType &cl, const ReturnType &out, int step) |
| template<class ReturnType , class ClassifierType > | |
| void | optimizedWorkerResponse (double *r, int startH, int endH, int W, const ClassifierType &cl, const ReturnType &out, int step) |
helping method used during resposne computations
| void optimizedWorkerResponse | ( | double * | r, |
| int | startH, | ||
| int | endH, | ||
| int | W, | ||
| const ClassifierType & | cl, | ||
| const ReturnType & | out, | ||
| int | step | ||
| ) |
Compute the response of a classifier on a whole area TODO: move to library
| r | output response |
| startH | initial row |
| endH | final row |
| cl | a Classifier object |
| out | some parameters |
| step | downsampling precision [both horizontal and vertical] |
| void workerResponse | ( | double * | r, |
| int | startH, | ||
| int | endH, | ||
| int | W, | ||
| const ClassifierType & | cl, | ||
| const ReturnType & | out, | ||
| int | step | ||
| ) |
Compute the response of a classifier on a whole area TODO: move to library
| r | output response |
| startH | initial row (output image, response) |
| endH | final row (output image, response) |
| cl | a Classifier object |
| out | some parameters |
| step | downsampling precision [both horizontal and vertical] |
1.8.7