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
superResolutionModelPathstringONNX file path for the super resolution model