Table of Contents

Class BarcodeDetector

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

Barcode detector

public class BarcodeDetector : UnmanagedObject, IDisposable, IGraphicalCodeDetector
Inheritance
BarcodeDetector
Implements
Inherited Members
Extension Methods

Constructors

BarcodeDetector(string, string)

Initialize the BarcodeDetector.

public BarcodeDetector(string prototxtPath, string modelPath)

Parameters

prototxtPath string

prototxt file path for the super resolution model

modelPath string

model file path for the super resolution model

Properties

GraphicalCodeDetectorPtr

Pointer to the graphical code detector

public nint GraphicalCodeDetectorPtr { get; }

Property Value

nint

Methods

DisposeObject()

Release the unmanaged memory associated with this object

protected override void DisposeObject()