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 18:37:43 +0530



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

 
Then I'd try using an existing ocr
solution which outputs .svg files.. (Inkscape has a built in OCR
command. This could be a starting point.)

I do not think I need OCR. on whiteboard, there can be 1000 type of handwriting. All i need to convert lines and curves into their markups.

--
┌─────────────────────────┐
│    Narendra Sisodiya
│    http://narendrasisodiya.com
└─────────────────────────┘

reply via email to

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