* [gentoo-commits] gentoo-x86 commit in media-plugins/frei0r-plugins/files: frei0r-plugins-1.1.22-opencv-2.2.0-api.patch
@ 2011-06-13 18:42 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-06-13 18:42 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/06/13 18:42:49
Added: frei0r-plugins-1.1.22-opencv-2.2.0-api.patch
Log:
Fix building with OpenCV >= 2.2.0 API wrt #365495 by Nickolay Kolchin-Semyonov
(Portage version: 2.2.0_alpha40/cvs/Linux x86_64)
Revision Changes Path
1.1 media-plugins/frei0r-plugins/files/frei0r-plugins-1.1.22-opencv-2.2.0-api.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/frei0r-plugins/files/frei0r-plugins-1.1.22-opencv-2.2.0-api.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/frei0r-plugins/files/frei0r-plugins-1.1.22-opencv-2.2.0-api.patch?rev=1.1&content-type=text/plain
Index: frei0r-plugins-1.1.22-opencv-2.2.0-api.patch
===================================================================
http://bugs.gentoo.org/365495
--- src/filter/facedetect/facedetect.c
+++ src/filter/facedetect/facedetect.c
@@ -228,7 +228,7 @@
double t = (double)cvGetTickCount();
faces = cvHaarDetectObjects( small_img, cascade, storage,
1.1, 2, 0/*CV_HAAR_DO_CANNY_PRUNING*/,
- cvSize(30, 30) );
+ cvSize(30, 30), cvSize(0, 0) );
t = (double)cvGetTickCount() - t;
//printf( "detection time = %gms\n", t/((double)cvGetTickFrequency()*1000.) );
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/frei0r-plugins/files: frei0r-plugins-1.1.22-opencv-2.2.0-api.patch
@ 2011-12-10 23:54 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-12-10 23:54 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/12/10 23:54:10
Removed: frei0r-plugins-1.1.22-opencv-2.2.0-api.patch
Log:
old
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-10 23:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-13 18:42 [gentoo-commits] gentoo-x86 commit in media-plugins/frei0r-plugins/files: frei0r-plugins-1.1.22-opencv-2.2.0-api.patch Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2011-12-10 23:54 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox