bug in Cascade Classifier tutorial? (Bug #1604)


Added by Roscoe Cook about 13 years ago. Updated about 13 years ago.


Status:Done Start date:2012-02-16
Priority:Low Due date:
Assignee:- % Done:

0%

Category:documentation
Target version:2.4.0
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

In the tutorial on this page:

http://opencv.itseez.com/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.html#cascade-classifier

I think the line (near the bottom):

int radius = cvRound( (eyes[j].width + eyes[i].height)*0.25 );

should be:

int radius = cvRound( (eyes[j].width + eyes[j].height)*0.25 );


Associated revisions

Revision 6ababe70
Added by Alexander Shishkov about 13 years ago

fixed #1604

History

Updated by Alexander Shishkov about 13 years ago

  • Category set to documentation

Updated by Alexander Shishkov about 13 years ago

  • Status changed from Open to Done

Updated by Andrey Kamaev about 13 years ago

  • Target version set to 2.4.0
  • Description changed from In the tutorial on this page: http://opencv.itseez.com/doc/tutorials/objdete... to In the tutorial on this page: http://opencv.itseez.com/doc/tutorials/objdete... More

Also available in: Atom PDF