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?

1 次查看(过去 30 天)
(i.e)size of output

采纳的回答

Walter Roberson
Walter Roberson 2015-8-22
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by