DenseOpticalFlow
Base class for dense optical flow algorithms
Member of Video
-
Calculates an optical flow.
Declaration
Parameters
I0
first 8-bit single-channel input image.
I1
second input image of the same size and the same type as prev.
flow
computed flow image that has the same size as prev and type CV_32FC2.
-
Releases all inner buffers.
Declaration
Objective-C
- (void)collectGarbage;
Swift
func collectGarbage()