IMAGE
- The type of image that is loadedpublic abstract static class Caltech101.Record<IMAGE extends Image<?,IMAGE>> extends Object implements Identifiable, ImageProvider<IMAGE>
Modifier | Constructor and Description |
---|---|
protected |
Record(org.apache.commons.vfs2.FileObject image) |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBounds()
Get the bounds rectangle if it is available
|
Polygon |
getContour()
Get the object polygon if it is available.
|
String |
getID() |
String |
getObjectClass()
Get the class of the object depicted in the image.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
getImage
protected Record(org.apache.commons.vfs2.FileObject image) throws org.apache.commons.vfs2.FileSystemException, IOException
org.apache.commons.vfs2.FileSystemException
IOException
public String getID()
getID
in interface Identifiable
public Rectangle getBounds()
public Polygon getContour()
public String getObjectClass()