Ask Your Question
0

Shape Tracking Question

asked 2013-07-18 00:02:30 -0600

cpsmusic gravatar image

updated 2013-07-18 00:04:00 -0600

Hi,

I'm a C programmer with a background in multimedia programming (mainly audio, but some image processing and OpenGL). I have no background in CV so I'm not even sure if what I'm asking below is possible or whether OpenCV has the right tools to do it.

For my own interest I'm developing an application that tracks storm clouds. My input data is a series of .png images each representing a radar scan about five minutes apart. In most cases the clouds remain fairly similar from image to image although they can of course, split, grow, increase, etc. What I'd like to be able to do is track the cloud movement so that I can use the previous path to predict the future position of the storm cloud.

Is that something that OpenCV can be used for? If so, where should I begin?

Any help or suggestions would be appreciated.

Cheers,

Chris

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-08-01 08:15:45 -0600

Guido gravatar image

For tracking, you can use VISP

http://www.irisa.fr/lagadic/visp/visp.html

However it is limited to rigid objects. For objects that can change shape, you can try the active contours functions in opencv :

snakeImage

Take a look at this thread

http://answers.opencv.org/question/1790/active-contours-in-opencv/

Hope this helps,

Guido

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-07-18 00:02:30 -0600

Seen: 576 times

Last updated: Aug 01 '13