Optical flow vectors for a 3D Image

1 visualización (últimos 30 días)
btulip
btulip el 3 de Sept. de 2014
Respondida: NAVNEET NAYAN el 12 de Abr. de 2017
I want calculate the optical flow vectors x & y for a time series of images. My image is a 3D matrix of intensity values, which have multiple frames of 512x512 images.
How can I calculate the optical flow vectors?

Respuestas (1)

NAVNEET NAYAN
NAVNEET NAYAN el 12 de Abr. de 2017
to calculate optical flow vectors, we should use:
flow = estimateFlow(opticFlow,I)
where I(the input image) is a gray scale image. So first convert your color image to gray scale image. then use the above code.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by