Login  Register

color transformer

Posted by sgao on Jun 17, 2011; 7:40am
URL: http://imagej.273.s1.nabble.com/color-transformer-tp3684213.html

Hi,

I met a problem in calling the plugin "color transformer" by using "run" function. the code is:

...
IJ.run(imp, "Color Transformer", "colour=Lab");
...

and eclipse reported: "Unrecognized command: Color Transformer". The plugin is available here:
http://rsb.info.nih.gov/ij/plugins/color-transforms.html

can anyone tell how to solve it?

thank you!