DeformationResistedBarcodeImageUnit Class
The DeformationResistedBarcodeImageUnit class represents a unit that contains deformation resisted barcode image data. It inherits from the IntermediateResultUnit class.
Definition
Namespace: Dynamsoft.DBR.intermediate_results
Inheritance: IntermediateResultUnit -> DeformationResistedBarcodeImageUnit
class DeformationResistedBarcodeImageUnit : IntermediateResultUnit
Methods
| Method | Description |
|---|---|
GetDeformationResistedBarcode |
Gets the deformation resisted barcode object. |
SetDeformationResistedBarcode |
Sets the deformation resisted barcode object. |
Inherited Methods
Checkout inherited methods from IntermediateResultUnit for more details.
GetDeformationResistedBarcode
Gets the deformation resisted barcode object.
DeformationResistedBarcode GetDeformationResistedBarcode()
Return value
Returns an instance of DeformationResistedBarcode.
See Also
SetDeformationResistedBarcode
Sets the deformation resisted barcode object.
int SetDeformationResistedBarcode(DeformationResistedBarcode barcode, double[] matrixToOriginalImage = null)
Parameters
[in] barcode The deformation resisted barcode object.
matrixToOriginalImage The matrix to original image.
Return value
Returns 0 if successful, otherwise returns a negative value.
See Also