2013-05-06 499 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

相关问题