Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

stitch transform reuse

Hello, i'm working with drone data, and special camera's, for agricultural data. Essentially I have a 5 channel camera, so I have more data than just RGB data (3 channels). So I ave something like "RGBTH"

I would like to be able to stitch images (for simple RGB that's not a problem I manage that with python). Though I would like to put in the other channel data at the matching positions.

Therefore I wonder is it possible to somehow export the RGB stitching transforms, and then re-apply it to the other camera layers, I would then be able to output stitched RGB (as normal) create another exactly overlapping output of the same image with TH data layer. (just putting T in R, H in G, and for B I'll use a grayscale of the normal RGB. The TH data is just stored as another tiff file set like the RGB data set, it has the same pixel resolution.

The problem I don't get the transform numbers out of it and don't know if it's possible to reuse them to stitch I'm using python btw.