DefectAreas
Inheritance: java.lang.Object
public class DefectAreas
Image areas containing a certain type of defect.
Constructors
Constructor | Description |
---|---|
DefectAreas() |
Fields
Field | Description |
---|---|
defectType | Defect type. |
rectangles | Image areas where defect was found |
DefectAreas()
public DefectAreas()
defectType
public DefectType defectType
Defect type.
rectangles
public Rectangle[] rectangles
Image areas where defect was found