I am building a project that can generate an actionshot image using burst shots or extracted frames from a video. The problem is when I use image stitching (feature extraction, matching, homography, warping and blending), the layers of the images in the output is transparent or has “ghosting effects” on the subject. Are there other ways to generate like a panoramic output without using the stitcher class? Thanks
imposible to see from your description. please add example code / image(s), ty.
code, input ? we still have no idea, what you’re doing
based on that deleted picture, you seem to want a composite of the changes.
you’ll need a lot of control over the compositing step. you’ll need to determine what’s background and what’s foreground/action from taking the distribution of “fragments” (data from each image) for each pixel, and hopefully there’s just one image that is a clear outlier in the distribution. that’s the one with the “action”. you take that pixel.
you’ll need to fiddle with thresholds. picking the outlier indiscriminately will increase noise in entirely background pixels.