Ejemplo n.º 1
0
 public Fingerprint(BitmapImage bitmapImage)
 {
     localOrientationMap = ImageSupporter.convertToModuloBitmap(ImageSupporter.BitmapImage2Bitmap(bitmapImage), squareLen);
     orginalImage        = ImageSupporter.convertToModuloBitmap(ImageSupporter.BitmapImage2Bitmap(bitmapImage), squareLen);
 }