help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: video to SVG


From: narendra sisodiya
Subject: Re: video to SVG
Date: Wed, 30 Jun 2010 22:21:32 +0530



On Wed, Jun 30, 2010 at 7:10 PM, Ted Harding <address@hidden> wrote:
On 30-Jun-10 13:07:43, narendra sisodiya wrote:
> On Wed, Jun 30, 2010 at 6:26 PM, Marc Weber <address@hidden>
> wrote:
>> Excerpts from narendra sisodiya's message of Wed Jun 30 14:24:58 +0200
>> 2010:
>> > Hi, I am trying to work on a project for Video to SVG conversion.
>> > Basically, the classroom videos which has only one white-board and
>> > lines and curves can be compressed by converting into vector
>> > markup like SVG. All i need to find the curves and lines inside
>> > video/imaegs(frames)
>> >
>> > Any starting points if I use Octave to build this project. I have
>> > done some basic matrix manipulation on octave but I have not
>> > done any video or image processing using octave or any other tools
>>
>> Are you sure that Octave is the best tool for the task (maybe it is. I
>> don't know it very well). I'd just use ffmpeg (or mencoder or such) to
>> create many .jpg files from viedeo.
>
> video to image is not a problem.
> I want to manipulate at pixel level in an image to detect lines and
> curves inside that image and their increments

For converting a bitmap to a vector-graphics format, I'd suggest
looking at autotrace:

 http://autotrace.sourceforge.net
http://potrace.sourceforge.net/


Thanks a lot for the sharing links, these projects must be useful.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]