Clear Filters
Clear Filters

Hi sir, i like to use optical flow using Horn-Schunck method,if i use two images of size 64x64,how the output will be?

2 views (last 30 days)
(i.e)size of output

Accepted Answer

Walter Roberson
Walter Roberson on 22 Aug 2015
Horn-Schunck is an algorithm; the size of the output is going to depend upon the implementation.
If you use http://www.mathworks.com/help/vision/ref/opticalflowhs.estimateflow.html then what is returned is an "optical flow object". The size of "objects" is not specified. By examining some of the surrounding documentation I can see that optical flow objects have some fields to hold the options that you selected, and possibly some information describing the system. They also hold the u and v arrays that indicate direction and magnitude for each point of the input image; those are each going to be double() with the same number of rows and columns as the input image.

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!