o

object-detection

Support for object detection, including a haar-cascade implementation
文件下载
文件名 操作
object-detection-1.3.10.jar 下载
object-detection-1.3.10.pom 下载
object-detection-1.3.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.openimaj</groupId>
  <artifactId>object-detection</artifactId>
  <version>1.3.10</version>
</dependency>
Gradle Groovy
implementation 'org.openimaj:object-detection:1.3.10'
Gradle Kotlin
implementation("org.openimaj:object-detection:1.3.10")
Scala SBT
libraryDependencies += "org.openimaj" % "object-detection" % "1.3.10"
Groovy Grape
@Grapes(
  @Grab(group='org.openimaj', module='object-detection', version='1.3.10')
)
Apache Ivy
<dependency org="org.openimaj" name="object-detection" rev="1.3.10" />
Leiningen
[org.openimaj/object-detection "1.3.10"]
Apache Buildr
'org.openimaj:object-detection:jar:1.3.10'