| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdde.guerda.colormatcher |
| ArtifactId | ArtifactIdcolormatcher |
| Last Version | Last Version0.0.6 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionColorMatcher
This project helps to match colors to each other with the help of a simple neural network.
Additionally you can use it to extract dominant colors from an image.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| colormatcher-0.0.6.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.guerda.colormatcher/colormatcher/ -->
<dependency>
<groupId>de.guerda.colormatcher</groupId>
<artifactId>colormatcher</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.guerda.colormatcher/colormatcher/
implementation 'de.guerda.colormatcher:colormatcher:0.0.6'
// https://jarcasting.com/artifacts/de.guerda.colormatcher/colormatcher/
implementation ("de.guerda.colormatcher:colormatcher:0.0.6")
'de.guerda.colormatcher:colormatcher:pom:0.0.6'
<dependency org="de.guerda.colormatcher" name="colormatcher" rev="0.0.6">
<artifact name="colormatcher" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.guerda.colormatcher', module='colormatcher', version='0.0.6')
)
libraryDependencies += "de.guerda.colormatcher" % "colormatcher" % "0.0.6"
[de.guerda.colormatcher/colormatcher "0.0.6"]