ijp_color_ui


License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.ij-plugins
ArtifactId

ArtifactId

ijp_color_ui_2.12
Last Version

Last Version

0.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

ijp_color_ui
ijp_color_ui
Project URL

Project URL

https://github.com/ij-plugins/ijp-color
Project Organization

Project Organization

net.sf.ij-plugins
Source Code Management

Source Code Management

https://github.com/ij-plugins/ijp-color

Download ijp_color_ui_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.ij-plugins/ijp_color_ui_2.12/ -->
<dependency>
    <groupId>net.sf.ij-plugins</groupId>
    <artifactId>ijp_color_ui_2.12</artifactId>
    <version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ij-plugins/ijp_color_ui_2.12/
implementation 'net.sf.ij-plugins:ijp_color_ui_2.12:0.8.0'
// https://jarcasting.com/artifacts/net.sf.ij-plugins/ijp_color_ui_2.12/
implementation ("net.sf.ij-plugins:ijp_color_ui_2.12:0.8.0")
'net.sf.ij-plugins:ijp_color_ui_2.12:jar:0.8.0'
<dependency org="net.sf.ij-plugins" name="ijp_color_ui_2.12" rev="0.8.0">
  <artifact name="ijp_color_ui_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ij-plugins', module='ijp_color_ui_2.12', version='0.8.0')
)
libraryDependencies += "net.sf.ij-plugins" % "ijp_color_ui_2.12" % "0.8.0"
[net.sf.ij-plugins/ijp_color_ui_2.12 "0.8.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10
net.sf.ij-plugins : ijp_color_2.12 jar 0.8.0
org.jfree : jfreechart-fx jar 1.0.1
org.jfree : fxgraphics2d jar 1.8
org.scalafx : scalafx_2.12 jar 12.0.2-R18
org.scalafx : scalafx-extras_2.12 jar 0.3.1
org.scalafx : scalafxml-core-sfx8_2.12 jar 0.5

Project Modules

There are no modules declared in this project.

ijp-color

Operations on color spaces and color images. Can be used as a stand-alone library or a plugin for ImageJ

This is a part of IJ Plugins Project.

Actions Status Build Status Maven Central Scaladoc

ImageJ Plugins

IJP Color Calibrator

Color calibrates images using a color chart. Supported charts:

  • GretagMacbeth ColorChecker
  • X-Rite Passport
  • Image Science Associates ColorGauge

Supports 8, 16, 32 bit per channel color images, including raw.

Image Calibrator

More details in project Wiki

IJP Color Calculator

Tool for converting individual color values between different color spaces. Inspired by Bruce Lindbloom CIE Color Calculator

Image Calibrator

IJP Color Chart ROI Tool

Converts color chart ROI to individual chip ROIs. Measures color of each chip.

Chart Tool

Test Images

You can test the calibrator plugin using images in test/data.

Stand-alone Library

ijp-color was designed to be easily used as a stand-alone library. Examples of use are provided in the ijp-color/test directory.

Development Setup

The minimum requirement to build an run the plugin in development environment is Java and SBT. SBT will download all needed dependencies. Key libraries: ImageJ, Scala, and ScalaFX.

Command line

You can build the ij-color plugins and run it within ImageJ using SBT task ijRun from the experimental module:

sbt experimental/ijRun

IntelliJ

You will need to install Scala plugin then import the project from build.sbt file. To run the ij-color plugins in ImageJ, setup "Run Configuration" for "SBT Task" and add task experimental/ijRun.

net.sf.ij-plugins

IJ-Plugins

Plugining and libraries for ImageJ

Versions

Version
0.8.0