> 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
> not x^3 values. 

The "Table" is for the marginal distributions only (each of the three channels 
*separately*
evaluated).

So dividing the 0-255 range into x=2,4,8,16,32,64,128 bins gives x ranges for 
each channel.

Now looking at the (R,G,B)-triplets you get x*x*x = x^3 possible combinations 
of the bins.
The frequencies for these combinations are listed, leaving out the combinations 
that have
a frequency of zero. There is no "Table"-display for this 3D distribution in 
the stack.



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to