Optical flow vectors for a 3D Image
1 回表示 (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
NAVNEET NAYAN
2017 年 4 月 12 日
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!