ImageJ
Search
everywhere
only in this topic
Advanced Search
Lab Histogram
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
2 messages
Yaman
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Lab Histogram
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
Yaman
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Lab Histogram
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");
Free forum by Nabble
Edit this page