public class ImageHoleReader
extends java.lang.Object
Constructor and Description |
---|
ImageHoleReader() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Hole> |
readHoles(java.awt.image.BufferedImage bi,
Scale scale)
read an image and extract the holes
|
public static java.util.List<Hole> readHoles(java.awt.image.BufferedImage bi, Scale scale) throws java.lang.Exception
bi
- the image, properly aligned with the scalescale
- the scale of the instrumentjava.lang.Exception