How can i identify transparent and non-transparent pixel by iterating all pixels of bitmap in opencv(Java) android?
I've a bitmap.Part of the bitmap is nontransparent and remaining transparent area. Using OpenCV Android Mat how can I identify nontransparent coordinates.?