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
ConstructorsConstructorDescriptionFlowBlock_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:DenseOpticalFlowComputes the optical flow.- Specified by:
processin 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:DenseOpticalFlowInput image type- Specified by:
getInputTypein interfaceDenseOpticalFlow<T extends ImageGray<T>>- Returns:
- image type
-