In the number & brightness analysis, these type of lines are frequently used:
IJ.run(impNum, "Cyan Hot", ""); // apply LUT
It does work once it's run through the plugin using Fiji but these lines crash if it's ran through ImageJ.
Need to find a way to keep the same output as before while making it work with both ImageJ and Fiji.
In the number & brightness analysis, these type of lines are frequently used:
It does work once it's run through the plugin using
Fiji
but these lines crash if it's ran throughImageJ
. Need to find a way to keep the same output as before while making it work with bothImageJ
andFiji
.