Query related to optical flow calculation

33 ビュー (過去 30 日間)
NAVNEET NAYAN
NAVNEET NAYAN 2022 年 12 月 28 日
コメント済み: NAVNEET NAYAN 2023 年 1 月 5 日
I am calculating optical flow of video frames using the follwing basic lines of code of optical flow. I am also getting good results. My code is running well. I just want to have knowledge about optical flow.
flow = estimateFlow(opticFlow,I) % estimates optical flow between two consecutive video frames.
Where opticFlow is the object for optical flow estimation.
I want to ask, in the line of code written above, with respect to which frame I am calculating the optical flow. It's written there consecutive frames but from where it is taking the input of previous frame for the current frame I written in the code.
If someone can please solve my query, it will be of great help.
In case, you need more clarity on the question please let me know

採用された回答

Vinayak
Vinayak 2023 年 1 月 5 日
More insights regarding the working on the opticFlow command and its underlying implementation can be found on the following MATLAB documentation link below
A generic overview of opticFlow can be inferred through here
https://www.mathworks.com/discovery/optical-flow.html
  1 件のコメント
NAVNEET NAYAN
NAVNEET NAYAN 2023 年 1 月 5 日
Thank You.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by