Method | Description | |
---|---|---|
decode ( BinaryBitmap image ) : System.Result |
Locates and decodes a Data Matrix code in an image.
|
|
decode ( BinaryBitmap image, Object>.Dictionary |
Method | Description | |
---|---|---|
extractPureBits ( |
This method detects a Data Matrix code in a "pure" image -- that is, pure monochrome image which contains only an unrotated, unskewed, image of a Data Matrix code, with some white border around it. This is a specialized method that works exceptionally fast in this special case.
|
public decode ( BinaryBitmap image ) : System.Result | ||
image | BinaryBitmap | |
return | System.Result |
public decode ( BinaryBitmap image, Object>.Dictionary |
||
image | BinaryBitmap | |
hints | Object>.Dictionary | |
return | System.Result |