Table of Contents

Constructor WeChatQRCode

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

WeChatQRCode(string, string)

Initialize the WeChatQRCode. It includes two ONNX models: an object detection model and a super resolution model. Pass empty strings to create a detector without neural network models.

public WeChatQRCode(string detectorModelPath = "", string superResolutionModelPath = "")

Parameters

detectorModelPath string

ONNX model file path for the detector

superResolutionModelPath string

ONNX model file path for the super resolution model