Community Profile

photo

Vishnu Sreekumar


The Ohio State University

自 2017 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

  • Revival Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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 ...

5 years 前 | 0

已回答
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...

5 years 前 | 0

已回答
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...

5 years 前 | 0

提问


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

5 years 前 | 0 个回答 | 0

0

个回答

已回答
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...

7 years 前 | 1