The transparent image I want to overlay is just the boundary of a polygon in black color, the rest of the image is transparent. Like this:

Using OpenCV4Android, I want to overlay it over live camera preview, such that it is overlayed on the image captured as well (i.e. the polygon is blended over the image captured, I mean the polygon should become a part of the image captured.)
How can I achieve that?
↧