Pre-stitching data

asked 2019-04-11 12:37:31 -0600

Lucas Amparo Barbosa gravatar image

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.

edit retag flag offensive close merge delete