]> git.pld-linux.org Git - packages/vlc.git/blame - vlc-opencv.patch
- added opencv patch (but support not finished, needs internal API update)
[packages/vlc.git] / vlc-opencv.patch
CommitLineData
13e41bf8
JB
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.156205 seconds and 4 git commands to generate.