opticalFlowLKDoG
Object for estimating optical flow using Lucas-Kanade derivative of Gaussian method
Description
Create an optical flow object for estimating the direction and speed of moving
objects using the Lucas-Kanade derivative of Gaussian (DoG) 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.
Creation
Description
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 Lucas-Kanade derivative of
Gaussian (DoG) method.opticFlow
= opticalFlowLKDoG
returns an optical flow object with properties specified as one or more
opticFlow
= opticalFlowLKDoG(Name,Value
)Name,Value
pair arguments. Any unspecified properties have default
values. Enclose each property name in quotes.
For example, opticalFlowLKDoG('NumFrames',3)
Properties
Object Functions
estimateFlow | Estimate optical flow |
reset | Reset the internal state of the optical flow estimation object |
Examples
Algorithms
References
[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.
Extended Capabilities
Version History
Introduced in R2015a
See Also
opticalFlowRAFT
| quiver
| opticalFlow
| opticalFlowHS
| opticalFlowLK
| opticalFlowFarneback