color transformer

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

color transformer

sgao
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!