Color Analysis: Color Spatioplotter Color Analysis: Color Spatioplotter
By Keiji Ikuta(Jul. 5, 2001)
 H > P > this page: bottom (Group)
Objective
The purposes of this program is to grasp the pattern of the colors used in the image or to see the color variation which define the image.
In order to do so, this program convert each pixel into 3D space according to its RGB value.
Color in image

To achieve it, this program has such functions as follows:

  • Load *.jpg, *.png, *.bmp file.
  • Show total image in left screen.
  • Plot each pixel in right screen.
    Those pixels are plotted in 3D space using various projections.
Screen snapshot of Color Spatioplotter.
Color Spatioplotter

Download: Color Spatioplotter

The Method of projection of color in 3D space
There are various method to plot color value into 3D space.
The projection methods are as follows:
  1. kwl5001-rgb-1 RGB(x=R, y=G, z=B)

  2. kwl5001-rgbp-1 RGB (rotated) kwl5001-rgbp-0
    a. Line (0,0,0)-(1,1,1) of Fig.1 is converted as Z-axis.
    b. Emphasized to XY plane.

  3. kwl5001-hsv-1 HSV,polar coordinate (x=S*cos(H), y=S*sin(H), z=V)

  4. kwl5001-hsv-1 HSV(x=H, y=S, z=V)

  5. kwl5001-cmyk-1 CMY(K)(x=C, y=M, z=Y)
    The value 'K' is not shown in the space.

  6. kwl5001-cmykp-1 CMYK (rotated) kwl5001-cmykp-0
    a. Line (0,0,0)-(1,1,1) of Fig.5 is converted as Z-axis.
    b. Emphasized to XY space.
    c. Multiplying z value by 'K' value.

Valid HTML 4.01!Valid CSS!