sawpawan / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

capture problem #321

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi every one please can someone help me to solve this:
1. I execute the demo of facedetection in line command
2. java -jar faceDetection.jar  ../haarcascade_frotalface_alt.xml 

the program is running  but the capture and the framewindow haven't the same 
dimension to understand my prolem consult the attached image

Original issue reported on code.google.com by sddk.d...@gmail.com on 23 May 2013 at 11:36

GoogleCodeExporter commented 8 years ago
Remove the line `cvWarpPerspective(grabbedImage, rotatedImage, randomR);` line 
and please ask your questions on the mailing list next time if possible, thank 
you!

Original comment by samuel.a...@gmail.com on 26 May 2013 at 11:05

GoogleCodeExporter commented 8 years ago
i remove it the problem was solved but i have only a simple image on the window 
(first image) with no contour or faceDetection color?? 

Original comment by sddk.d...@gmail.com on 26 May 2013 at 2:17

GoogleCodeExporter commented 8 years ago
Make sure to replace `frame.showImage(rotatedImage);` with 
`frame.showImage(grabbedImage);`

Original comment by samuel.a...@gmail.com on 27 May 2013 at 1:31

GoogleCodeExporter commented 8 years ago
ok it work and thanks for your help S.Audet and also for your project

Original comment by sddk.d...@gmail.com on 27 May 2013 at 5:31