Optical flow vectors for a 3D Image

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?

답변 (1개)

NAVNEET NAYAN
NAVNEET NAYAN 2017년 4월 12일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Optics에 대해 자세히 알아보기

질문:

2014년 9월 3일

답변:

2017년 4월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by