Class HornSchunckPyramid_to_DenseOpticalFlow<T extends ImageGray<T>>

java.lang.Object
boofcv.abst.flow.HornSchunckPyramid_to_DenseOpticalFlow<T>
All Implemented Interfaces:
DenseOpticalFlow<T>

public class HornSchunckPyramid_to_DenseOpticalFlow<T extends ImageGray<T>> extends Object implements DenseOpticalFlow<T>
Implementation of DenseOpticalFlow for HornSchunck.
  • Constructor Details

    • HornSchunckPyramid_to_DenseOpticalFlow

      public HornSchunckPyramid_to_DenseOpticalFlow(HornSchunckPyramid<T> hornSchunck, Class<T> imageType)
  • Method Details