First time here? Check out the FAQ!
answered 2019-03-16 02:35:32 -0600
it's not very difficult. assuming you get Rect for each face from the detection:
Mat roi = image.submat(rect); roi.setTo(Scalar.all(0));