Class RectificationGrid


  • public class RectificationGrid
    extends Object
    • Constructor Detail

      • RectificationGrid

        public RectificationGrid​(int width,
                                 int height)
    • Method Detail

      • createRectangular

        public static RectificationGrid createRectangular​(int imgWidth,
                                                          int imgHeight,
                                                          int xStep,
                                                          int yStep)
      • createTestGrid

        public static RectificationGrid createTestGrid​(int imgWidth,
                                                       int imgHeight,
                                                       int xStep,
                                                       int yStep)