Uses of Class
adams.data.image.IntArrayMatrixView
-
Packages that use IntArrayMatrixView Package Description adams.data.image adams.flow.transformer.negativeregions -
-
Uses of IntArrayMatrixView in adams.data.image
Methods in adams.data.image that return IntArrayMatrixView Modifier and Type Method Description static IntArrayMatrixView
BufferedImageHelper. getPixelMatrix(BufferedImage img)
Returns all the pixels of the image as an int array (row-wise). -
Uses of IntArrayMatrixView in adams.flow.transformer.negativeregions
Methods in adams.flow.transformer.negativeregions with parameters of type IntArrayMatrixView Modifier and Type Method Description protected void
SimpleBlockFill. fillInArea(IntArrayMatrixView matrix, LocatedObject obj, int color)
Fills in the area of the object with the specified color.protected void
SimpleBlockFill. findExtent(IntArrayMatrixView matrix, int s, int t, boolean horizontal, int[] ext)
Finds the largest horizontal or vertical extent from the specified position without hitting an annotation.
-