public class FlowBlock_to_DenseOpticalFlow<T extends boofcv.struct.image.ImageSingleBand> extends java.lang.Object implements DenseOpticalFlow<T>
DenseOpticalFlowBlockPyramid for DenseOpticalFlow.| Constructor and Description |
|---|
FlowBlock_to_DenseOpticalFlow(DenseOpticalFlowBlockPyramid<T> flowAlg,
double scale,
int maxLayers,
java.lang.Class<T> imageType) |
public FlowBlock_to_DenseOpticalFlow(DenseOpticalFlowBlockPyramid<T> flowAlg, double scale, int maxLayers, java.lang.Class<T> imageType)
public void process(T source, T destination, ImageFlow flow)
DenseOpticalFlowprocess in interface DenseOpticalFlow<T extends boofcv.struct.image.ImageSingleBand>source - (Input) First imagedestination - (Input) Second imageflow - (Output) Computed flow informationpublic boofcv.struct.image.ImageType<T> getInputType()
DenseOpticalFlowgetInputType in interface DenseOpticalFlow<T extends boofcv.struct.image.ImageSingleBand>