- java.lang.Object
-
- boofcv.abst.flow.HornSchunck_to_DenseOpticalFlow<T,D>
-
- All Implemented Interfaces:
- DenseOpticalFlow<T>
public class HornSchunck_to_DenseOpticalFlow<T extends ImageBase,D extends ImageBase> extends java.lang.Object implements DenseOpticalFlow<T>
Implementation ofDenseOpticalFlowforHornSchunck.
-
-
Constructor Summary
Constructors Constructor and Description HornSchunck_to_DenseOpticalFlow(HornSchunck<T,D> hornSchunck, ImageType<T> imageType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ImageType<T>getInputType()Input image typevoidprocess(T source, T destination, ImageFlow flow)Computes the optical flow.
-
-
-
Constructor Detail
-
HornSchunck_to_DenseOpticalFlow
public HornSchunck_to_DenseOpticalFlow(HornSchunck<T,D> hornSchunck, ImageType<T> imageType)
-
-
Method Detail
-
process
public void process(T source, T destination, ImageFlow flow)
Description copied from interface:DenseOpticalFlowComputes the optical flow.- Specified by:
processin interfaceDenseOpticalFlow<T extends ImageBase>- Parameters:
source- (Input) First imagedestination- (Input) Second imageflow- (Output) Computed flow information from source to destination
-
getInputType
public ImageType<T> getInputType()
Description copied from interface:DenseOpticalFlowInput image type- Specified by:
getInputTypein interfaceDenseOpticalFlow<T extends ImageBase>- Returns:
- image type
-
-
DataMelt 3.0 © DataMelt by jWork.ORG