Community Profile

photo

Vishnu Sreekumar


The Ohio State University

Attivo dal 2017

Followers: 0   Following: 0

Contatto

Statistiche

  • Revival Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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 ...

quasi 5 anni fa | 0

Risposto
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...

quasi 5 anni fa | 0

Risposto
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...

quasi 5 anni fa | 0

Domanda


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...

quasi 5 anni fa | 0 risposte | 0

0

risposte

Risposto
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...

circa 7 anni fa | 1