OpenCV - optical flow how to use it in gstreamer?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

OpenCV - optical flow how to use it in gstreamer?

IamTrying
For optical flow used in opencv how to implement it in Gstreamer?
Reply | Threaded
Open this post in threaded view
|

Re: OpenCV - optical flow how to use it in gstreamer?

Evil85
Hi,


Or you find gstOpenCV elements in bad plugins

2012/4/20 IamTrying <[hidden email]>
For optical flow used in opencv how to implement it in Gstreamer?

--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/OpenCV-optical-flow-how-to-use-it-in-gstreamer-tp4574921p4574921.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



--
Best Regards,

Robert

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: OpenCV - optical flow how to use it in gstreamer?

Guillaume Emont-2
Excerpts from Robert Jobbagy's message of Sun Apr 22 14:59:22 +0200 2012:

> Hi,
>
> Check this :  http://tech.groups.yahoo.com/group/OpenCV/message/81337
>
> Or you find gstOpenCV elements in bad plugins
>
> 2012/4/20 IamTrying <[hidden email]>
>
> > For optical flow used in opencv how to implement it in Gstreamer?
> >

I also made an "opticalflowfinder" element, part of my GstStabilizer project:
https://github.com/guijemont/GstStabilizer

Keep in mind that it is code that has not been widely tested, and that the
element is written in python for GStreamer 0.10, and the format in which the
flow is transmitted is python-specific. In other words, it might or might not
help you, but if you want to, say, write an element that finds the optical flow
in C, that could be a source of inspiration.

I also wrote a blog article[1] explaining more stuff about that project, and
gave a talk[2] at the last GStreamer conference.

Worth considering also is the work by David Jordan, that made his own
implementation of a dense optical flow algorithm (Proesmans):
https://gitorious.org/~dmj726/gstreamer/dmj726s-gst-plugins-bad/commits/optical-flow

Hope this helps,

Guij

[1] http://guij.emont.org/blog/2011/11/10/gstreamer-and-opencv-for-image-stabilisation/
[2] http://gstconf.ubicast.tv/videos/time-lapse-and-stabilizing-a-sequence-of-images/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel