Re: stitching RGB images
Posted by
Peter Haub on
Jun 29, 2016; 10:12am
URL: http://imagej.273.s1.nabble.com/stitching-RGB-images-tp5016749p5016754.html
Hi Aryeh,
you can register the images on one channel and creating a
TileConfiguration. This TileConfiguration can then be used to stitch the
channels separately.
The channel images should have identical size and should be aligned to
each other.
If the channel images are not to big, you can combine the R/G/B channels
with the standard ImageJ function( Image / Color / Merge channels ..).
The image size limit is given by your OS (32bit or 64bit), your RAM,
Java JRE (32bit or 64bit) or/and the limited array size in Java (2^31).
Regards,
Peter
On 28.06.2016 23:20, Aryeh Weiss wrote:
> I have 70 color TIFF images which I am stitching, using the excellent
> grid/collection stitching plugin.
>
> It does a great job, and I see that it processes all of the colors.
> However, it then produces an 8-bit color image, instead of the
> expected RGB image. I can actually see all three images being created,
> but then they are combined into a single 8-bit image.
>
> Is there a way to have it create an RGB fused image? Or, can I get at
> the three images that it creates before merging them into an 8-but
> color image?
>
> --aryeh
>
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html