Stefan,

I'm not sure:

the docs say the input has to be:
sample : array_like
    Data to histogram passed as a sequence of D arrays of length N, or
    as an (N,D) array

i have an (N,M,D) array and not sure how to get it to conform to input
required, mainly because I don't understand what it's asking.

Chris

2009/5/3 Stéfan van der Walt <ste...@sun.ac.za>

> Hi Chris
>
> 2009/5/4 Chris Colbert <sccolb...@gmail.com>:
> > in my endless pursuit of perfomance, i'm searching for a quick way to
> create
> > a 3d histogram from a 3d rgb image.
>
> Does histogramdd do what you want?
>
> Regards
> Stéfan
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to