2013-05-06 204 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.Sort,perfect and neat – Sisay 2013-05-06 22:46:26

相關問題