After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 679164 - opencv porting to 0.11
opencv porting to 0.11
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.11.x
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-29 22:12 UTC by sreerenj
Modified: 2012-10-06 11:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch1 (7.99 KB, patch)
2012-06-29 22:12 UTC, sreerenj
committed Details | Review
textoverlay (9.07 KB, patch)
2012-06-29 22:12 UTC, sreerenj
committed Details | Review
edgedetect (8.02 KB, patch)
2012-06-29 22:12 UTC, sreerenj
committed Details | Review
faceblur (7.05 KB, patch)
2012-06-29 22:13 UTC, sreerenj
committed Details | Review
motioncells (8.04 KB, patch)
2012-06-29 22:13 UTC, sreerenj
committed Details | Review
pyramidsegment (7.93 KB, patch)
2012-06-29 22:14 UTC, sreerenj
committed Details | Review
templatematch (7.54 KB, patch)
2012-06-29 22:14 UTC, sreerenj
committed Details | Review
facedetect (4.06 KB, patch)
2012-06-29 22:14 UTC, sreerenj
committed Details | Review
cvdilate (5.70 KB, patch)
2012-06-29 22:15 UTC, sreerenj
committed Details | Review
cverode (2.39 KB, patch)
2012-06-29 22:15 UTC, sreerenj
committed Details | Review
cvequalizehist (2.66 KB, patch)
2012-06-29 22:15 UTC, sreerenj
committed Details | Review
cvsmooth (3.96 KB, patch)
2012-06-29 22:16 UTC, sreerenj
committed Details | Review
cvlaplace (7.82 KB, patch)
2012-06-29 22:16 UTC, sreerenj
committed Details | Review
cvsobel (7.22 KB, patch)
2012-06-29 22:17 UTC, sreerenj
committed Details | Review

Description sreerenj 2012-06-29 22:12:01 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)...
Comment 1 sreerenj 2012-06-29 22:12:40 UTC
Created attachment 217664 [details] [review]
textoverlay
Comment 2 sreerenj 2012-06-29 22:12:59 UTC
Created attachment 217665 [details] [review]
edgedetect
Comment 3 sreerenj 2012-06-29 22:13:21 UTC
Created attachment 217666 [details] [review]
faceblur
Comment 4 sreerenj 2012-06-29 22:13:42 UTC
Created attachment 217667 [details] [review]
motioncells
Comment 5 sreerenj 2012-06-29 22:14:05 UTC
Created attachment 217668 [details] [review]
pyramidsegment
Comment 6 sreerenj 2012-06-29 22:14:28 UTC
Created attachment 217669 [details] [review]
templatematch
Comment 7 sreerenj 2012-06-29 22:14:48 UTC
Created attachment 217670 [details] [review]
facedetect
Comment 8 sreerenj 2012-06-29 22:15:09 UTC
Created attachment 217671 [details] [review]
cvdilate
Comment 9 sreerenj 2012-06-29 22:15:28 UTC
Created attachment 217672 [details] [review]
cverode
Comment 10 sreerenj 2012-06-29 22:15:58 UTC
Created attachment 217673 [details] [review]
cvequalizehist
Comment 11 sreerenj 2012-06-29 22:16:24 UTC
Created attachment 217674 [details] [review]
cvsmooth
Comment 12 sreerenj 2012-06-29 22:16:55 UTC
Created attachment 217675 [details] [review]
cvlaplace
Comment 13 sreerenj 2012-06-29 22:17:23 UTC
Created attachment 217676 [details] [review]
cvsobel
Comment 14 sreerenj 2012-07-14 07:25:42 UTC
any update?
Comment 15 Tim-Philipp Müller 2012-07-14 12:46:29 UTC
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.