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.
just curious, what's "TH data" ?
can you show us example RGB and THgray images ?
it tells something about specific plant reflection to certain wave lengths, its still very experimental though. The camera is in development as well, so I can though not show what it can do at this time sorry.
Here is link stitch for 5 channels
that's for 5 images/videos, not 5-channel data
I have a 5 channel camera
precisely, the link doesn't apply to the situation