Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

no, you can't reuse anything between different classifier instances. but you can try to reduce the cpu effort by:

  • using ROI's (e.g. only searching for eyes inside a previously detected face region, not from the whole image)
  • choosing minSize() and maxSize() wisely (those determine, which "stump" (or part) of the image pyramid is used)