Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.49 KB

deformation-resisted-barcode-image-unit-v10.0.20.md

File metadata and controls

47 lines (30 loc) · 1.49 KB
layout title description keywords
default-layout
CDeformationResistedBarcodeImageUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference
This page shows CDeformationResistedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition.
GetImageData, CDeformationResistedBarcodeImageUnit, api reference

CDeformationResistedBarcodeImageUnit Class

The CDeformationResistedBarcodeImageUnit class represents a unit that contains deformation resisted barcode image data. It inherits from the CIntermediateResultUnit class.

Definition

Namespace: dynamsoft::dbr::intermediate_results

Assembly: DynamsoftBarcodeReader

Inheritance: [CIntermediateResultUnit]({{ site.dcv_cpp_api }}core/intermediate-results/intermediate-result-unit.html) -> CDeformationResistedBarcodeImageUnit

class CDeformationResistedBarcodeImageUnit: public CIntermediateResultUnit

Methods

Method Description
GetImageData Gets the deformation resisted barcode image data.

Inherited Methods

{%- include inherited-methods/intermediate-result-unit-10.0.20.md -%}

GetImageData

Gets the deformation resisted barcode image data.

virtual const CImageData* GetImageData() const = 0;

Return value

Returns a pointer to the deformation resisted barcode image data.

See Also

[CImageData]({{ site.dcv_cpp_api }}core/basic-structures/image-data.html)