GNOME Bugzilla – Bug 679164
opencv porting to 0.11
Last modified: 2012-10-06 11:34:57 UTC
Created attachment 217663 [details] [review] patch1 port opencv plugins to 0.11. It seems that cvsobel is crashing (both 0.10 and 0.11)...
Created attachment 217664 [details] [review] textoverlay
Created attachment 217665 [details] [review] edgedetect
Created attachment 217666 [details] [review] faceblur
Created attachment 217667 [details] [review] motioncells
Created attachment 217668 [details] [review] pyramidsegment
Created attachment 217669 [details] [review] templatematch
Created attachment 217670 [details] [review] facedetect
Created attachment 217671 [details] [review] cvdilate
Created attachment 217672 [details] [review] cverode
Created attachment 217673 [details] [review] cvequalizehist
Created attachment 217674 [details] [review] cvsmooth
Created attachment 217675 [details] [review] cvlaplace
Created attachment 217676 [details] [review] cvsobel
any update?
Thanks! Looks a bit basic, but compiles, so let's push it: commit 45ca8876b2f5267f7edb842b6d56d7a6c271ccb3 Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Sat Jun 30 00:22:40 2012 +0300 opencv: port to 0.11 Basic port to 0.11 API. https://bugzilla.gnome.org/show_bug.cgi?id=679164 Not sure it handles e.g. strides/row padding properly yet.