boofcv.abst.flow
Class HornSchunckPyramid_to_DenseOpticalFlow<T extends ImageGray>
- java.lang.Object
-
- boofcv.abst.flow.HornSchunckPyramid_to_DenseOpticalFlow<T>
-
- All Implemented Interfaces:
- DenseOpticalFlow<T>
public class HornSchunckPyramid_to_DenseOpticalFlow<T extends ImageGray> extends java.lang.Object implements DenseOpticalFlow<T>
Implementation ofDenseOpticalFlowforHornSchunck.
-
-
Constructor Summary
Constructors Constructor and Description HornSchunckPyramid_to_DenseOpticalFlow(HornSchunckPyramid<T> hornSchunck, java.lang.Class<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
-
HornSchunckPyramid_to_DenseOpticalFlow
public HornSchunckPyramid_to_DenseOpticalFlow(HornSchunckPyramid<T> hornSchunck, java.lang.Class<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 ImageGray>- 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 ImageGray>- Returns:
- image type
-
-
DataMelt 3.0 © DataMelt by jWork.ORG