标签: android opencv image-processing
我无法将嘴部区域从颜色转换为灰度。我已经尝试过通过互联网搜索找到的所有内容。我首先在检测到的面部中提取mouthare,然后想在moutharea上进行一些图像处理,为什么我需要将moutharea转换为灰度。
Mat innerWindow = mRgba.submat(moutharea); Imgproc.cvtColor(innerWindow, innerWindow,Imgproc.COLOR_RGB2GRAY);