Documentation of 'boofcv.abst.sfm.d2.PlToGrayMotion2D' Java class
PlToGrayMotion2D
boofcv.abst.sfm.d2

Class PlToGrayMotion2D<T extends ImageGray,IT extends InvertibleTransform>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<Point2D_F64> getAllTracks()
      All the points being actively tracked in pixel coordinates.
      IT getFirstToCurrent()
      Transform from first image into the current image.
      long getTrackId(int index)
      Used to get the track ID of an active Track
      java.lang.Class<IT> getTransformType()
      Type of transform that it estimates
      boolean isInlier(int index)
      True if the specified track is an inlier used in motion estimation
      boolean isNew(int index)
      True if the specified track was just spawned
      boolean process(Planar<T> input)
      Processes and updates the image transform.
      void reset()
      Resets the class into its initial state and throws away any information on the image sequence
      void setToFirst()
      Turns the current image into the origin of the coordinate system.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.