2013-05-06 2 views

risposta

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

Grazie mille. Perfetto, perfetto e pulito – Sisay