2013-04-06 51 views
0

我想獲取特定點的顏色,並希望將其與顏色進行比較,但我有問題來比較它。我如何將它與黑白臉顏色 進行比較,因爲在黑白臉上,不同面孔的核心代碼是不同的。 請幫我找到臉的顏色,並知道它是黑色和白色或彩色臉的顏色。 我使用Bitmap.getPixel(x,y); 但不能比較它知道它是否是黑白臉的顏色。如何pic位圖的特定點的顏色,並使用此來比較顏色代碼

請大家幫忙。

+0

的顏色可以爲您發佈您的代碼? – Elior 2013-04-06 12:30:47

回答

0

不知道關於BT以下UR要求是從像素獲取顏色代碼

 


     int pixel = x.getPixel((int)event.getX(),(int)event.getY()); 
       int redValue = Color.red(pixel); 
       int blueValue = Color.blue(pixel); 
       int greenValue = Color.green(pixel); 
       int c=Color.rgb(redValue, greenValue, blueValue); 

現在C是像素