DeformationResistedBarcode Class
DeformationResistedBarcode is a class that represents a deformation-resisted barcode.
Definition
Assembly: DynamsoftCaptureVisionBundle.aar
Namespace: com.dynamsoft.dbr.intermediate_results
class DeformationResistedBarcode
Attributes & Methods
| Attribute | Description |
|---|---|
imageData |
The deformation-resisted barcode image data. |
location |
The location of the deformation-resisted barcode. |
format |
The format of the deformation-resisted barcode. |
| Method | Description |
|---|---|
DeformationResistedBarcode |
The constructor. |
imageData
An ImageData object representing the deformation-resisted barcode image.
ImageData imageData;
location
The location of the deformation-resisted barcode within the image represented as a Quadrilateral.
Quadrilateral location;
format
A EnumBarcodeFormat enum that represents the format of the deformation-resisted barcode.
long format;
DeformationResistedBarcode
The constructor.
DeformationResistedBarcode(ImageData imageData, @NonNull Quadrilateral location, @EnumBarcodeFormat long format);