i

image-annotation

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