2013-05-06 8 views

Odpowiedz

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

Dziękuję bardzo. Krótko, idealnie i schludnie – Sisay

Powiązane problemy