opticalFlow
Object for storing optical flow matrices
Description
The opticalFlow
object stores the direction
and speed of a moving object from one image or video frame to another. Use the object
function plot
to plot the optical flow
vectors.
Creation
Description
creates an
optical flow object with default property values. flow
= opticalFlow
creates an optical flow object from two equal-sized matrices
flow
= opticalFlow(Vx
,Vy
)Vx
and Vy
. The matrices
Vx
and Vy
are the
x and y components of velocity
respectively. The input velocity components set the Properties of optical flow
object.
Input Arguments
Properties
Object Functions
plot | Plot optical flow vectors |
Examples
Extended Capabilities
Version History
Introduced in R2015a