is not current version
Last Version 1.3.10

org.openimaj:image-feature-extraction 1.3

Methods for the extraction of low-level image features, including global image features and pixel/patch classification models.

GroupId

GroupId

org.openimaj
ArtifactId

ArtifactId

image-feature-extraction
Version

Version

1.3
Type

Type

jar

Download image-feature-extraction 1.3


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