Lab Histogram

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

Lab Histogram

Yaman
Hi everybody,

Is there any plugin or macro for getting the color histogram (L*a*b) with the mean and SD?
and presenting the values in results table??

Regards

Yaman
Reply | Threaded
Open this post in threaded view
|

Re: Lab Histogram

Yaman

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");