Uses of Class
net.anwiba.commons.image.experimental.RectificationGrid
-
Packages that use RectificationGrid Package Description net.anwiba.commons.image.experimental -
-
Uses of RectificationGrid in net.anwiba.commons.image.experimental
Methods in net.anwiba.commons.image.experimental that return RectificationGrid Modifier and Type Method Description static RectificationGridRectificationGrid. createRectangular(int imgWidth, int imgHeight, int xStep, int yStep)static RectificationGridRectificationGrid. createTestGrid(int imgWidth, int imgHeight, int xStep, int yStep)Methods in net.anwiba.commons.image.experimental with parameters of type RectificationGrid Modifier and Type Method Description static org.eclipse.imagen.RenderedOpJAIUtils. createRectifyOp(java.awt.image.RenderedImage src, int degree, RectificationGrid grid, org.eclipse.imagen.Interpolation interp)
-