Class ImageObject
- java.lang.Object
-
- org.datavec.image.recordreader.objdetect.ImageObject
-
public class ImageObject extends Object
-
-
Constructor Summary
Constructors Constructor Description ImageObject(int x1, int y1, int x2, int y2, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetXCenterPixels()doublegetYCenterPixels()
-
-
-
Constructor Detail
-
ImageObject
public ImageObject(int x1, int y1, int x2, int y2, String label)
-
-