is not current version
Last Version 1.3.10

org.openimaj:object-detection 1.3

Support for object detection, including a haar-cascade implementation

GroupId

GroupId

org.openimaj
ArtifactId

ArtifactId

object-detection
Version

Version

1.3
Type

Type

jar

Download object-detection 1.3


<!-- https://jarcasting.com/artifacts/org.openimaj/object-detection/ -->
<dependency>
    <groupId>org.openimaj</groupId>
    <artifactId>object-detection</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/object-detection/
implementation 'org.openimaj:object-detection:1.3'
// https://jarcasting.com/artifacts/org.openimaj/object-detection/
implementation ("org.openimaj:object-detection:1.3")
'org.openimaj:object-detection:jar:1.3'
<dependency org="org.openimaj" name="object-detection" rev="1.3">
  <artifact name="object-detection" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='object-detection', version='1.3')
)
libraryDependencies += "org.openimaj" % "object-detection" % "1.3"
[org.openimaj/object-detection "1.3"]