Object for estimating optical flow using Horn-Schunck method
Create an optical flow object for estimating the direction and speed of a moving
object using the Horn-Schunck method. Use the object function estimateFlow
to estimate the optical flow vectors. Using the reset
object function, you can reset the internal state of the optical flow
object.
returns an optical
flow object that you can use to estimate the direction and speed of the moving objects in
a video. The optical flow is estimated using the Horn-Schunck method. opticFlow
= opticalFlowHS
returns an optical flow object with properties specified as one or more
opticFlow
= opticalFlowHS(Name,Value
)Name,Value
pair arguments. Any unspecified properties have default
values. Enclose each property name in quotes.
For example, opticalFlowHS('Smoothness',1.5)
estimateFlow | Estimate optical flow |
reset | Reset the internal state of the optical flow estimation object |
[1] Barron, J. L., D. J. Fleet, S. S. Beauchemin, and T. A. Burkitt. “ Performance of optical flow techniques.” In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR),236-242. Champaign, IL: CVPR, 1992.
opticalFlow
| opticalFlowFarneback
| opticalFlowLK
| opticalFlowLKDoG
| quiver