I am trying to convert the following code written in C++ into JAVA equivalent for android platform. The code is from the site : http://jepsonsblog.blogspot.in/2012/10/overlay-transparent-image-in-opencv.html
C++ : http://pastebin.com/0Hi4dUPB JAVA : http://pastebin.com/UShpC9MY
So far I came accross errors like NullPoninter Exception , Mat type not compatible etc.