2013-05-06 7 views

答えて

8
// Converting the master image to a bitmap 
Bitmap masterImage = (Bitmap) pbxMaster.Image; 

// Normalizing it to grayscale 
Image<Gray, Byte> normalizedMasterImage = new Image<Gray, Byte>(masterImage); 
+0

ありがとうalot.Short、perfect、neat – Sisay

関連する問題