bsdnoobz / opencv-code

C++ and Python code extracted from the tutorials at http://opencv-code.com
279 stars 173 forks source link

problem upon execution #1

Open rsabishek opened 11 years ago

rsabishek commented 11 years ago

due to the line: face_cascade.detectMultiScale(im,faces, 1.1, 2,0|CV_HAAR_SCALE_IMAGE,cv::Size(30,30));

i get an error stating:

Windows has triggered a breakpoint in eye.exe.

This may be due to a corruption of the heap, which indicates a bug in eye.exe or any of the DLLs it has loaded.

This may also be due to the user pressing F12 while eye.exe has focus.

The output window may have more diagnostic information.

without this line the code works with capturing the frame...without any detections.. please help...

cheungyt618 commented 7 years ago

any luck? pls