<div dir="ltr">Out of curiosity, do you want to increase the number of bins in<div>order to increase the precision?</div><div><br></div><div>When I wrote this class, my main intent was to compute statistics</div><div>on 8-bit and 16-bit images, and a histogram-based method is very</div><div>fast for integer images and also is also very robust.  It's also very</div><div>robust for float images, in the sense that the error is small and</div><div>bounded.</div><div><br></div><div>However, if you want to compute statistics on float data, and to close</div><div>to the limits of float precision, then other methods might be better.</div><div><br></div><div> - David</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 18, 2016 at 9:10 AM, Elvis Stansvik <span dir="ltr"><<a href="mailto:elvis.stansvik@orexplore.com" target="_blank">elvis.stansvik@orexplore.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">2016-10-18 16:53 GMT+02:00 David Gobbi <<a href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>>:</span><div class="gmail-HOEnZb"><div class="gmail-h5">
> On Tue, Oct 18, 2016 at 8:40 AM, Elvis Stansvik<br>
> <<a href="mailto:elvis.stansvik@orexplore.com">elvis.stansvik@orexplore.com</a>> wrote:<br>
>><br>
>> It seems that even if I call SetNumberOfBins(256), the default (65536)<br>
>> is always used (float input).<br>
>><br>
>> The docs says "By default, 65536 bins are used for float data, giving<br>
>> at least 16 bits of precision.", which I thought meant that I could<br>
>> change this default.<br>
>><br>
>> Is it possible?<br>
>><br>
>> Elvis<br>
</div></div></blockquote></div><br></div></div>