- java.lang.Object
-
- boofcv.abst.flow.FlowKlt_to_DenseOpticalFlow<I,D>
-
- All Implemented Interfaces:
- DenseOpticalFlow<I>
public class FlowKlt_to_DenseOpticalFlow<I extends ImageGray,D extends ImageGray> extends java.lang.Object implements DenseOpticalFlow<I>
Wrapper aroundDenseOpticalFlowKltforDenseOpticalFlow.
-
-
Constructor Summary
Constructors Constructor and Description FlowKlt_to_DenseOpticalFlow(DenseOpticalFlowKlt<I,D> flowKlt, ImageGradient<I,D> gradient, ImagePyramid<I> pyramidSrc, ImagePyramid<I> pyramidDst, java.lang.Class<I> inputType, java.lang.Class<D> derivType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ImageType<I>getInputType()Input image typevoidprocess(I source, I destination, ImageFlow flow)Computes the optical flow.
-
-
-
Constructor Detail
-
FlowKlt_to_DenseOpticalFlow
public FlowKlt_to_DenseOpticalFlow(DenseOpticalFlowKlt<I,D> flowKlt, ImageGradient<I,D> gradient, ImagePyramid<I> pyramidSrc, ImagePyramid<I> pyramidDst, java.lang.Class<I> inputType, java.lang.Class<D> derivType)
-
-
Method Detail
-
process
public void process(I source, I destination, ImageFlow flow)
Description copied from interface:DenseOpticalFlowComputes the optical flow.- Specified by:
processin interfaceDenseOpticalFlow<I extends ImageGray>- Parameters:
source- (Input) First imagedestination- (Input) Second imageflow- (Output) Computed flow information from source to destination
-
getInputType
public ImageType<I> getInputType()
Description copied from interface:DenseOpticalFlowInput image type- Specified by:
getInputTypein interfaceDenseOpticalFlow<I extends ImageGray>- Returns:
- image type
-
-
DataMelt 3.0 © DataMelt by jWork.ORG