Ask Your Question
0

cvCalcOpticalFlowFarneback: where to find the code [closed]

asked 2017-01-26 09:35:45 -0600

alma gravatar image

I am new here. I am looking for the code that implements the Gunner Farneback's algorithm for motion estimation between subsequent frames of a movie (namely cvCalcOpticalFlowFarneback). I have found examples on how to use cvCalcOpticalFlowFarneback, but I am not able to find the code itself. Does anybody know how I can find it? Thank you very much

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by LBerger
close date 2017-01-26 10:30:12.746126

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-01-26 09:49:48 -0600

LBerger gravatar image

updated 2017-01-26 09:55:04 -0600

It's here .

Now how to find it ? in opencv github repo write CalcOpticalFlowFarneback in search box and it should be in the list.

Or find CalcOpticalFlowFarneback in doc it's here. Then at the top page it is video analysis and it is video module. You can find this module here then you can find it in src files.

It is true for last opencv's version. For older version select version in branch list box in git hub...

If you have visual studio you can search keyword in opencv solution (select solution)

edit flag offensive delete link more

Comments

1

Thank you!

alma gravatar imagealma ( 2017-01-26 10:18:40 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-01-26 09:35:45 -0600

Seen: 184 times

Last updated: Jan 26 '17