public class CorelAnnotatedImage extends Object implements Annotated<org.openimaj.image.annotation.evaluation.dataset.ImageWrapper,String>, Identifiable
Constructor and Description |
---|
CorelAnnotatedImage(String id,
File imageFile,
File keywordFile) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getAnnotations() |
String |
getID() |
org.openimaj.image.annotation.evaluation.dataset.ImageWrapper |
getObject() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public CorelAnnotatedImage(String id, File imageFile, File keywordFile) throws IOException
IOException
public org.openimaj.image.annotation.evaluation.dataset.ImageWrapper getObject()
public Collection<String> getAnnotations()
getAnnotations
in interface Annotated<org.openimaj.image.annotation.evaluation.dataset.ImageWrapper,String>
public String getID()
getID
in interface Identifiable