<div dir="ltr"><div>Hi Omero developers,</div><div><br></div><div>I am currently creating histograms of pixel values for a given screen.<br></div><div><br></div><div>The simplest method I found is to iterate on the data two times, first to find the extremes and then to count the number of pixels in each bin. You have a method getHistogram, but it runs on an image rather than on a set of images. I have it working, but it is little bit slow, so I tried to multi-thread it using the Pool python object.<br></div><div><br></div><div>Unfortunately, I think the BlitzGateway object is getting locked when I call it from a different Thread. I have also tried to create one object instance by Thread without any success. Is there a way to create multi-threaded jobs connected to omero on a single machine?</div><div><br></div><div>Thank you for your time.<br></div><div><br></div><div>Regards,</div><div><br></div><div>Etienne<br></div><div><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>Etienne Dumoulin</div><div>PhenomicAI</div><div>Lead software engineer</div></div></div></div></div></div></div>
</div></div>