Class SIFT3D.Ransac

  • Enclosing class:
    SIFT3D

    class SIFT3D.Ransac
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double err_thresh  
      (package private) int num_iter  
    • Constructor Summary

      Constructors 
      Constructor Description
      Ransac()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • err_thresh

        double err_thresh
      • num_iter

        int num_iter
    • Constructor Detail

      • Ransac

        public Ransac()