| License |
License |
|---|---|
| GroupId | GroupIdorg.openimaj |
| ArtifactId | ArtifactIdimage-local-features |
| Version | Version1.3.10 |
| Type | Typejar |
| Description |
DescriptionThe OpenIMAJ Local Image Features Library
Methods for the extraction of local features. Local features
are descriptions of regions of images (SIFT, ...) selected by
detectors (Difference of Gaussian, Harris, ...).
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| image-local-features-1.3.10.pom | |
| image-local-features-1.3.10.jar | 265 KB |
| image-local-features-1.3.10-sources.jar | 279 KB |
| image-local-features-1.3.10-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/image-local-features/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>image-local-features</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/image-local-features/
implementation 'org.openimaj:image-local-features:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj/image-local-features/
implementation ("org.openimaj:image-local-features:1.3.10")
'org.openimaj:image-local-features:jar:1.3.10'
<dependency org="org.openimaj" name="image-local-features" rev="1.3.10">
<artifact name="image-local-features" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='image-local-features', version='1.3.10')
)
libraryDependencies += "org.openimaj" % "image-local-features" % "1.3.10"
[org.openimaj/image-local-features "1.3.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.openimaj : core | jar | 1.3.10 |
| org.openimaj : core-feature | jar | 1.3.10 |
| org.openimaj : image-processing | jar | 1.3.10 |
| org.openimaj : clustering | jar | 1.3.10 |
| org.openimaj : core-image | jar | 1.3.10 |
| org.openimaj : core-video | jar | 1.3.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.openimaj : test-resources | jar | 1.3.10 |
| junit : junit | jar | 4.8.2 |