Package boofcv.abst.flow
Class HornSchunck_to_DenseOpticalFlow<T extends ImageBase<T>,D extends ImageBase<D>>
java.lang.Object
boofcv.abst.flow.HornSchunck_to_DenseOpticalFlow<T,D>
- All Implemented Interfaces:
DenseOpticalFlow<T>
public class HornSchunck_to_DenseOpticalFlow<T extends ImageBase<T>,D extends ImageBase<D>>
extends Object
implements DenseOpticalFlow<T>
Implementation of
DenseOpticalFlow
for HornSchunck
.-
Constructor Summary
ConstructorDescriptionHornSchunck_to_DenseOpticalFlow
(HornSchunck<T, D> hornSchunck, ImageType<T> imageType) -
Method Summary
-
Constructor Details
-
HornSchunck_to_DenseOpticalFlow
-
-
Method Details
-
process
Description copied from interface:DenseOpticalFlow
Computes the optical flow.- Specified by:
process
in interfaceDenseOpticalFlow<T extends ImageBase<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 ImageBase<T>>
- Returns:
- image type
-