Package boofcv.abst.flow
Class FlowBlock_to_DenseOpticalFlow<T extends ImageGray<T>>
java.lang.Object
boofcv.abst.flow.FlowBlock_to_DenseOpticalFlow<T>
- All Implemented Interfaces:
DenseOpticalFlow<T>
public class FlowBlock_to_DenseOpticalFlow<T extends ImageGray<T>>
extends Object
implements DenseOpticalFlow<T>
Wrapper around
DenseOpticalFlowBlockPyramid
for DenseOpticalFlow
.-
Constructor Summary
ConstructorDescriptionFlowBlock_to_DenseOpticalFlow
(DenseOpticalFlowBlockPyramid<T> flowAlg, double scale, int maxLayers, Class<T> imageType) -
Method Summary
-
Constructor Details
-
FlowBlock_to_DenseOpticalFlow
public FlowBlock_to_DenseOpticalFlow(DenseOpticalFlowBlockPyramid<T> flowAlg, double scale, int maxLayers, Class<T> imageType)
-
-
Method Details
-
process
Description copied from interface:DenseOpticalFlow
Computes the optical flow.- Specified by:
process
in interfaceDenseOpticalFlow<T extends ImageGray<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 ImageGray<T>>
- Returns:
- image type
-