public class HornSchunckPyramid_to_DenseOpticalFlow<T extends boofcv.struct.image.ImageGray> extends java.lang.Object implements DenseOpticalFlow<T>
DenseOpticalFlow for HornSchunck.| Constructor and Description |
|---|
HornSchunckPyramid_to_DenseOpticalFlow(HornSchunckPyramid<T> hornSchunck,
java.lang.Class<T> imageType) |
| Modifier and Type | Method and Description |
|---|---|
boofcv.struct.image.ImageType<T> |
getInputType()
Input image type
|
void |
process(T source,
T destination,
ImageFlow flow)
Computes the optical flow.
|
public HornSchunckPyramid_to_DenseOpticalFlow(HornSchunckPyramid<T> hornSchunck, java.lang.Class<T> imageType)
public void process(T source, T destination, ImageFlow flow)
DenseOpticalFlowprocess in interface DenseOpticalFlow<T extends boofcv.struct.image.ImageGray>source - (Input) First imagedestination - (Input) Second imageflow - (Output) Computed flow information from source to destinationpublic boofcv.struct.image.ImageType<T> getInputType()
DenseOpticalFlowgetInputType in interface DenseOpticalFlow<T extends boofcv.struct.image.ImageGray>