is not current version
Last Version 1.3.10

org.openimaj:image-local-features 1.3.1

Methods for the extraction of local features. Local features are descriptions of regions of images (SIFT, ...) selected by detectors (Difference of Gaussian, Harris, ...).

GroupId

GroupId

org.openimaj
ArtifactId

ArtifactId

image-local-features
Version

Version

1.3.1
Type

Type

jar

Download image-local-features 1.3.1


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