In case you downloaded v160:
[Version 160 had an error in the javascript for listing the (R,G,B)-triplets
(was counting some green for red)]
So please update!
Download "ImageStatistics_v165" from "Sample Stacks" or using
http://livecodeshare.runrev.com/stack/882/
__
I get it. I thought the "paper tape" table was a distribution of individual
colors and didn't recognize the values as bin indicators. I changed the number
of bins to 4 and can see the x^3. I get a little dense at times.
Ah, and if I hold the pointer over the "paper tape", I see a nice summary.
> I wrote:
> You can also put the (R,G,B)-triplets into the x^3 bins (ranges combinations)
> that
> are given by dividing for each channel the 0-255 range into
> x=2,4,8,16,32,64,128 bins.
> Dar S. wrote:
> I think I'm doing something wrong. When I check the Table checkbox, I get x*3
> values
I took a gander.
I think I'm doing something wrong. When I check the Table checkbox, I get x*3
values not x^3 values.
> On Jun 20, 2019, at 5:43 AM, hh via use-livecode
> wrote:
>
> [Version 100 computes the marginal color value distribution for each channel
> R/G/B
> of an image and some
Forgot the link, sorry:
Download ImageStatistics_v160 from "Sample Stacks" or using
http://livecodeshare.runrev.com/stack/882/
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and m
[Version 100 computes the marginal color value distribution for each channel
R/G/B
of an image and some statistical parameters for each channel.]
Version 160 now adds the distribution of the (R,G,B)-triplets:
The frequencies of the used (R,G,B)-triplets are listed for that.
By using Javascript (