i

image-annotation

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