Package boofcv.abst.flow
Class HornSchunckPyramid_to_DenseOpticalFlow<T extends ImageGray<T>>
java.lang.Object
boofcv.abst.flow.HornSchunckPyramid_to_DenseOpticalFlow<T>
- All Implemented Interfaces:
DenseOpticalFlow<T>
public class HornSchunckPyramid_to_DenseOpticalFlow<T extends ImageGray<T>>
extends Object
implements DenseOpticalFlow<T>
Implementation of
DenseOpticalFlow
for HornSchunck
.-
Constructor Summary
ConstructorDescriptionHornSchunckPyramid_to_DenseOpticalFlow
(HornSchunckPyramid<T> hornSchunck, Class<T> imageType) -
Method Summary
-
Constructor Details
-
HornSchunckPyramid_to_DenseOpticalFlow
public HornSchunckPyramid_to_DenseOpticalFlow(HornSchunckPyramid<T> hornSchunck, Class<T> imageType)
-
-
Method Details
-
process
Description copied from interface:DenseOpticalFlow
Computes the optical flow.- Specified by:
process
in interfaceDenseOpticalFlow<T extends ImageGray<T>>
- Parameters:
source
- (Input) First imagedestination
- (Input) Second imageflow
- (Output) Computed flow information from source to destination
-
getInputType
Description copied from interface:DenseOpticalFlow
Input image type- Specified by:
getInputType
in interfaceDenseOpticalFlow<T extends ImageGray<T>>
- Returns:
- image type
-