i

image-annotation

Methods for describing automatic image annotators
Files download
File Operation
image-annotation-1.3.6.jar download
image-annotation-1.3.6.pom download
image-annotation-1.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openimaj</groupId>
  <artifactId>image-annotation</artifactId>
  <version>1.3.6</version>
</dependency>
Gradle Groovy
implementation 'org.openimaj:image-annotation:1.3.6'
Gradle Kotlin
implementation("org.openimaj:image-annotation:1.3.6")
Scala SBT
libraryDependencies += "org.openimaj" % "image-annotation" % "1.3.6"
Groovy Grape
@Grapes(
  @Grab(group='org.openimaj', module='image-annotation', version='1.3.6')
)
Apache Ivy
<dependency org="org.openimaj" name="image-annotation" rev="1.3.6" />
Leiningen
[org.openimaj/image-annotation "1.3.6"]
Apache Buildr
'org.openimaj:image-annotation:jar:1.3.6'