Class StitchingFromMotion2D.Corners

  • Enclosing class:
    StitchingFromMotion2D<I extends boofcv.struct.image.ImageBase<I>,​IT extends georegression.struct.InvertibleTransform>

    public static class StitchingFromMotion2D.Corners
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      georegression.struct.point.Point2D_F64 p0  
      georegression.struct.point.Point2D_F64 p1  
      georegression.struct.point.Point2D_F64 p2  
      georegression.struct.point.Point2D_F64 p3  
    • Constructor Summary

      Constructors 
      Constructor Description
      Corners()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • p0

        public georegression.struct.point.Point2D_F64 p0
      • p1

        public georegression.struct.point.Point2D_F64 p1
      • p2

        public georegression.struct.point.Point2D_F64 p2
      • p3

        public georegression.struct.point.Point2D_F64 p3
    • Constructor Detail

      • Corners

        public Corners()