ijp_color_ui


License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.ij-plugins
ArtifactId

ArtifactId

ijp_color_ui_2.13
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.13

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
net.sf.ij-plugins : ijp_color_2.13 jar 0.8.0
org.jfree : jfreechart-fx jar 1.0.1
org.jfree : fxgraphics2d jar 1.8
org.scalafx : scalafx_2.13 jar 12.0.2-R18
org.scalafx : scalafx-extras_2.13 jar 0.3.1
org.scalafx : scalafxml-core-sfx8_2.13 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

Features:

  • Interactive placement of color chart (select 4 corners using polygon selection)
  • Custom chip margin
  • Render colors of the reference chart and display reference values
  • Assume that input image is in linear XYZ (e.g raw image) or non-linear (sRGB) color space
  • 6 mapping options (linear, linear cross-band, quadratic, quadratic cross-band, cubic, cubic-cross band)
  • Automatic computation of the best reference and mapping method ("Suggest Options")
  • Displays detailed information about the correction, including errors for each chip, and correction fit scatter plots ("Show extra info")

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

...

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