Last Version

ColorMatcher 0.0.6

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.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

de.guerda.colormatcher
ArtifactId

ArtifactId

colormatcher
Version

Version

0.0.6
Type

Type

pom
Description

Description

ColorMatcher
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

https://gitlab.com/guerda/colormatcher

Download colormatcher 0.0.6

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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • colormatcher-core
  • colormatcher-examples