如何在android中转换灰度和二进制检测到的嘴区域?

时间:2015-12-16 06:31:27

标签: android opencv image-processing

我无法将嘴部区域从颜色转换为灰度。我已经尝试过通过互联网搜索找到的所有内容。我首先在检测到的面部中提取mouthare,然后想在moutharea上进行一些图像处理,为什么我需要将moutharea转换为灰度。

        Mat innerWindow = mRgba.submat(moutharea);
Imgproc.cvtColor(innerWindow, innerWindow,Imgproc.COLOR_RGB2GRAY);      

0 个答案:

没有答案