Package boofcv.abst.flow
Class FlowKlt_to_DenseOpticalFlow<I extends ImageGray<I>,D extends ImageGray<D>>
java.lang.Object
boofcv.abst.flow.FlowKlt_to_DenseOpticalFlow<I,D>
- All Implemented Interfaces:
DenseOpticalFlow<I>
public class FlowKlt_to_DenseOpticalFlow<I extends ImageGray<I>,D extends ImageGray<D>>
extends Object
implements DenseOpticalFlow<I>
Wrapper around
DenseOpticalFlowKlt
for DenseOpticalFlow
.-
Constructor Summary
ConstructorDescriptionFlowKlt_to_DenseOpticalFlow
(DenseOpticalFlowKlt<I, D> flowKlt, ImageGradient<I, D> gradient, ImagePyramid<I> pyramidSrc, ImagePyramid<I> pyramidDst, Class<I> inputType, Class<D> derivType) -
Method Summary
-
Constructor Details
-
FlowKlt_to_DenseOpticalFlow
public FlowKlt_to_DenseOpticalFlow(DenseOpticalFlowKlt<I, D> flowKlt, ImageGradient<I, D> gradient, ImagePyramid<I> pyramidSrc, ImagePyramid<I> pyramidDst, Class<I> inputType, Class<D> derivType)
-
-
Method Details
-
process
Description copied from interface:DenseOpticalFlow
Computes the optical flow.- Specified by:
process
in interfaceDenseOpticalFlow<I extends ImageGray<I>>
- 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<I extends ImageGray<I>>
- Returns:
- image type
-