Re: Lab Histogram
Posted by Yaman on Apr 17, 2017; 4:44pm
URL: http://imagej.273.s1.nabble.com/Lab-Histogram-tp5018530p5018560.html
Hi,
I tried the following macro.. It works well..
// this macro measures the average of a* values of Lab color space
// Author: Yaman
run("Lab Stack")
run("Next Slice [>]");
setOption("Mean", true);
run("Measure");