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년 전 | 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년 전 | 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년 전 | 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년 전 | 답변 수: 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년 전 | 1