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 = "")