Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
见下图,它包含一些黑色轮廓,我只想得到那些轮廓。意味着图像的所有其他部分应该是不可见的。
我怎样才能做到这一点?
我在想是否可以识别一种颜色和不可见的其他颜色?
您可以使用PorterDuffXfermode使所有其他颜色透明
在您的情况下,这似乎还不够,因为您的照片中有黑色区域。一种选择是在添加线条之前将黑色区域的颜色更改为非常深的灰色。