Table of Contents

Constructor BarcodeDetector

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

BarcodeDetector(string)

Initialize the BarcodeDetector. Optionally loads an ONNX super resolution model that is applied to zoom in barcodes when they are small. Pass an empty string to create the default detector without a super resolution model.

public BarcodeDetector(string superResolutionModelPath = "")

Parameters

superResolutionModelPath string

ONNX file path for the super resolution model