CvOptFlow Class |
Namespace: OpenCvSharp.OptFlow
The CvOptFlow type exposes the following members.
| Name | Description | |
|---|---|---|
| CalcGlobalOrientation |
Computes the global orientation of the selected motion history image part
| |
| CalcMotionGradient |
Computes the motion gradient orientation image from the motion history image
| |
| CalcOpticalFlowSF(Mat, Mat, Mat, Int32, Int32, Int32) |
computes dense optical flow using Simple Flow algorithm
| |
| CalcOpticalFlowSF(Mat, Mat, Mat, Int32, Int32, Int32, Double, Double, Int32, Double, Double, Double, Int32, Double, Double, Double) |
computes dense optical flow using Simple Flow algorithm
| |
| SegmentMotion |
Splits a motion history image into a few parts corresponding to separate independent motions
(for example, left hand, right hand).
| |
| UpdateMotionHistory |
Updates motion history image using the current silhouette
|