Class RectificationGrid
- java.lang.Object
-
- net.anwiba.commons.image.experimental.RectificationGrid
-
public class RectificationGrid extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RectificationGrid(int width, int height)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RectificationGridcreateRectangular(int imgWidth, int imgHeight, int xStep, int yStep)static RectificationGridcreateTestGrid(int imgWidth, int imgHeight, int xStep, int yStep)
-
-
-
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)
-
-