public interface DenseOpticalFlow<T extends boofcv.struct.image.ImageBase>
| 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.
|
void process(T source, T destination, ImageFlow flow)
source - (Input) First imagedestination - (Input) Second imageflow - (Output) Computed flow information from source to destinationboofcv.struct.image.ImageType<T> getInputType()