Effacer les filtres
Effacer les filtres

The output optical flow vectors are velocity vectors or displacement vectors?

4 vues (au cours des 30 derniers jours)
I am working on a project with optical flow (HS and LK), but I need to understand if the output flow indicate velocity vectors or displacement. Does anyone know?
Thank you very much

Réponse acceptée

Binaya
Binaya le 1 Nov 2023
Hi Nicole,
Based on the provided description, it seems that you would like to understand what the output object of the optical flow signifies.
Please go through the following explanation to your query:
  1. Optical flow methods such as Horn-Schunck(HS) and Lucas-Kanade(LK) estimate the motion of every pixel between two consecutive frames in a video.
  2. The vectors generated in the optical flow field are velocity vectors that store direction and speed of a moving object.
  3. As the two images used for calculating the optical flow field are separated in a given time frame, the optical flow output is interpreted as velocity vectors.
Please refer to the following documentation to learn more about the opticalFlow:
  1. opticalFlow: https://www.mathworks.com/help/vision/ref/opticalflowobject.html
I hope this helps.
Regards 
Binaya 
  1 commentaire
NICOLE LONGHI
NICOLE LONGHI le 4 Nov 2023
Thank you very much! So the vectors are velocity vectors, and now the question is, how does the optical flow draw the vectors on a frame? Why those directions? Are they velocity directions? is not very clear to me

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Optics dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by