Ask Your Question

Revision history [back]

Pre-stitching data

Hi, folks.

I need to access the data from the stitching algorithm "seconds" before the blending... Something like all the pixels in all possible matches with will build the pixel on the final image.

The key point A, B, and C are found in 3 different images. After the alignment, all the neighbors points are used to build the blending... Something similar to

(N(A) + N(B) + N(C)) / neighbors_count

Its possible access some kind of data showing that values? Thanks.