Community Profile

photo

Vishnu Sreekumar


The Ohio State University

Con actividad desde 2017

Estadísticas

  • Revival Level 2
  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
Optical Flow Vectors Direction
I have struggled with this a bit. I've come to the conclusion that video applications typically treat the rows of matrices as X ...

casi 5 años hace | 0

Respondida
Can the vectors' colours be changed when using opticalFlowFarneback?
An option would be to choose a color based on magnitude first: thisColor = whatever mapping you have between say mean(flow.Magn...

casi 5 años hace | 0

Respondida
opticalFlow components to complex vector field
Field = Vx+1i.*Vy should give you the complex vector field. Then later, real(Field) and imag(Field) can be used to get the veloc...

casi 5 años hace | 0

Pregunta


opticFlow with angular/circular data
I'm trying to use opticFlowHS with angular data (phase data, -pi to pi). The trouble with using MATLAB's built-in opticFlow func...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Respondida
How to obtain velocity and magnitude vectors of the optical flow field? I am using Lucas-Kande method of optical flow.
If you're still looking for an answer: x_vel = flow.Vx; y_vel = flow.Vy; magnitudes = flow.Magnitude; orientations...

alrededor de 7 años hace | 1