]> git.pld-linux.org Git - packages/vlc.git/blob - vlc-opencv.patch
- back to kde 4.10 dir
[packages/vlc.git] / vlc-opencv.patch
1 --- vlc-2.0.6/modules/video_filter/opencv_example.c.orig        2011-12-08 19:00:27.000000000 +0100
2 +++ vlc-2.0.6/modules/video_filter/opencv_example.c     2013-04-12 18:38:02.781343138 +0200
3 @@ -182,7 +182,7 @@
4          CvSeq *faces = cvHaarDetectObjects( p_img[0], p_sys->p_cascade,
5                                              p_sys->p_storage, 1.15, 5,
6                                              CV_HAAR_DO_CANNY_PRUNING,
7 -                                            cvSize(20, 20) );
8 +                                            cvSize(20, 20), cvSize(0, 0) );
9          //create the video_filter_region_info_t struct
10          if (faces && (faces->total > 0))
11          {
This page took 0.036018 seconds and 3 git commands to generate.