Class SparsePyrLKOpticalFlow

    • Constructor Detail

      • SparsePyrLKOpticalFlow

        protected SparsePyrLKOpticalFlow​(long addr)
    • Method Detail

      • getWinSize

        public Size getWinSize()
      • getMinEigThreshold

        public double getMinEigThreshold()
      • getFlags

        public int getFlags()
      • getMaxLevel

        public int getMaxLevel()
      • setFlags

        public void setFlags​(int flags)
      • setMaxLevel

        public void setMaxLevel​(int maxLevel)
      • setMinEigThreshold

        public void setMinEigThreshold​(double minEigThreshold)
      • setTermCriteria

        public void setTermCriteria​(TermCriteria crit)
      • setWinSize

        public void setWinSize​(Size winSize)