Dev Center
Table of contents

CCandidateBarcodeZone Class

The CCandidateBarcodeZone class represents a candidate zone for barcode detection.

Definition

Namespace: dynamsoft::dbr::intermediate_results

Assembly: DynamsoftBarcodeReader

class CCandidateBarcodeZone

Methods

Method Description
CCandidateBarcodeZone Constructs a CCandidateBarcodeZone object with default parameters.
CCandidateBarcodeZone(const CQuadrilateral& location, unsigned long long possibleFormats) Constructs a CCandidateBarcodeZone object with the specified parameters.
GetLocation Gets the location of the candidate barcode.
SetLocation Sets the location of the candidate barcode.
GetPossibleFormats Gets the posssible formats of the candidate barcode.
SetPossibleFormats Sets the posssible formats of the candidate barcode.

CCandidateBarcodeZone Default Constructor

Constructs a CCandidateBarcodeZone object with default parameters.

CCandidateBarcodeZone()

CCandidateBarcodeZone Constructor

Constructs a CCandidateBarcodeZone object with the specified parameters.

CCandidateBarcodeZone(const CQuadrilateral& location, unsigned long long possibleFormats)

Parameters

location The location of the candidate barcode.

possibleFormats The posssible formats of the candidate barcode.

GetLocation

Gets the location of the candidate barcode.

CQuadrilateral GetLocation() const;

Return value

Returns the location of the candidate barcode.

See Also

CQuadrilateral

SetLocation

Sets the location of the candidate barcode.

void SetLocation(const CQuadrilateral& loc); 

Parameters

loc The location of the candidate barcode.

See Also

CQuadrilateral

GetPossibleFormats

Gets the posssible formats of the candidate barcode.

unsigned long long GetPossibleFormats() const;

Return value

Returns the posssible formats of the candidate barcode.

See Also

BarcodeFormat

SetPossibleFormats

Sets the posssible formats of the candidate barcode.

void SetPossibleFormats(unsigned long long formats);

Parameters

formats The posssible formats of the candidate barcode.

See Also

BarcodeFormat

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 10.x
      • Version 10.2.0
      • Version 10.0.20
      • Version 10.0.10
      • Version 10.0.0
    • Version 9.x
      • Version 9.6.40
      • Version 9.6.30
      • Version 9.6.20
      • Version 9.6.10
      • Version 9.6.0
      • Version 9.4.0
      • Version 9.2.0
      • Version 9.0.0
    • Version 8.x
      • Version 8.8.0
      • Version 8.6.0
      • Version 8.4.0
      • Version 8.2.0
      • Version 8.1.2
      • Version 8.1.0
      • Version 8.0.0
    • Version 7.x
      • Version 7.6.0
      • Version 7.5.0
    Change +