public interface DenseOpticalFlow<T extends boofcv.struct.image.ImageBase>
void process(T source, T destination, ImageFlow flow)
source - (Input) First imagedestination - (Input) Second imageflow - (Output) Computed flow informationboofcv.struct.image.ImageType<T> getInputType()