Class BarcodeDetector
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
stringprototxt file path for the super resolution model
modelPath
stringmodel file path for the super resolution model
Properties
GraphicalCodeDetectorPtr
Pointer to the graphical code detector
public nint GraphicalCodeDetectorPtr { get; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with this object
protected override void DisposeObject()