Package boofcv.abst.flow
Interface DenseOpticalFlow<T extends ImageBase<T>>
- All Known Implementing Classes:
BroxWarpingSpacial_to_DenseOpticalFlow,FlowBlock_to_DenseOpticalFlow,FlowKlt_to_DenseOpticalFlow,HornSchunck_to_DenseOpticalFlow,HornSchunckPyramid_to_DenseOpticalFlow
public interface DenseOpticalFlow<T extends ImageBase<T>>
High level interface for computing the dense optical flow across the whole image.
-
Method Summary
-
Method Details
-
process
Computes the optical flow.- Parameters:
source- (Input) First imagedestination- (Input) Second imageflow- (Output) Computed flow information from source to destination
-
getInputType
Input image type- Returns:
- image type
-