public class ColorSpaceConverter extends MarvinAbstractImagePlugin
| 构造器和说明 |
|---|
ColorSpaceConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
MarvinAttributesPanel |
getAttributesPanel() |
void |
load() |
double |
max3nums(double a_red,
double a_green,
double a_blue) |
double |
min3nums(double a_red,
double a_green,
double a_blue) |
void |
process(MarvinImage imageIn,
MarvinImage imageOut,
MarvinAttributes attributesOut,
MarvinImageMask mask,
boolean previewMode)
Convert the image from RGB to HSV.
|
void |
process1(MarvinImage a_imageIn,
MarvinImage a_imageOut,
MarvinAttributes a_attributesOut,
MarvinImageMask a_mask,
boolean a_previewMode) |
getImagePanel, process, process, process, process, setImagePanelgetAttribute, getAttributes, invalidate, isValid, setAttribute, setAttributes, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributes, invalidate, isValid, setAttribute, setAttributes, validatepublic void load()
public MarvinAttributesPanel getAttributesPanel()
public void process(MarvinImage imageIn, MarvinImage imageOut, MarvinAttributes attributesOut, MarvinImageMask mask, boolean previewMode)
MarvinImage - - the image to be rotatedboolean - - to display a previewpublic void process1(MarvinImage a_imageIn, MarvinImage a_imageOut, MarvinAttributes a_attributesOut, MarvinImageMask a_mask, boolean a_previewMode)
public double max3nums(double a_red,
double a_green,
double a_blue)
public double min3nums(double a_red,
double a_green,
double a_blue)
Copyright © 2018. All rights reserved.