Class SparsePyrLKOpticalFlow


public class SparsePyrLKOpticalFlow extends SparseOpticalFlow
Class used for calculating a sparse optical flow. The class can calculate an optical flow for a sparse feature set using the iterative Lucas-Kanade method with pyramids. SEE: calcOpticalFlowPyrLK
  • Constructor Details

    • SparsePyrLKOpticalFlow

      protected SparsePyrLKOpticalFlow(long addr)
  • Method Details