Combining 2 Mat (Mat & Mat)
I need an equivalent expression in Java for
Mat bw = bwV & bwH; Where bwV and bwH are also 2 Mat. I've searched the whole documentation but I can't find anything helpful.
Thank you in advance.
http://docs.opencv.org/java/org/opencv/core/Core.html#bitwise_and(org.opencv.core.Mat,%20org.opencv.core.Mat,%20org.opencv.core.Mat)
Thank you, perfect answer, short and very helpful!