Re: Specific color channel to retrieve from an image in a plugin

Posted by dscho on
URL: http://imagej.273.s1.nabble.com/Specific-color-channel-to-retrieve-from-an-image-in-a-plugin-tp5004950p5005081.html

Hi Rob,

On Tue, 8 Oct 2013, Rob van 't Hof wrote:

>  If your images are big, you could contemplate multi threading. It's not
>  too complicated for something like this. You assign as many chunks of
>  your arrays as you have processors in your system, and then run the
>  code in parallel.  There is a code example how to do this somewhere on
>  the Fiji web site.

You are probably referring to multi-threading with Javascript?

http://fiji.sc/Multithreaded_Image_Processing_in_Javascript

It could be a bit simpler but demonstrates the technique...

Ciao,
Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html