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

    Modifier and Type
    Method
    Description
    Input image type
    void
    process(T source, T destination, ImageFlow flow)
    Computes the optical flow.
  • Method Details

    • process

      void process(T source, T destination, ImageFlow flow)
      Computes the optical flow.
      Parameters:
      source - (Input) First image
      destination - (Input) Second image
      flow - (Output) Computed flow information from source to destination
    • getInputType

      ImageType<T> getInputType()
      Input image type
      Returns:
      image type