8#ifndef __OPENCV_WECHAT_QRCODE_HPP__
9#define __OPENCV_WECHAT_QRCODE_HPP__
10#include "opencv2/core.hpp"
14namespace wechat_qrcode {
36 CV_WRAP
WeChatQRCode(
const std::string& detector_prototxt_path =
"",
37 const std::string& detector_caffe_model_path =
"",
38 const std::string& super_resolution_prototxt_path =
"",
39 const std::string& super_resolution_caffe_model_path =
"");
51 CV_WRAP std::vector<std::string> detectAndDecode(InputArray img,
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition: mat.hpp:295
WeChat QRCode includes two CNN-based models: A object detection model and a super resolution model....
Definition: wechat_qrcode.hpp:24
"black box" representation of the file storage associated with a file on disk.
Definition: aruco.hpp:75
Definition: cvstd_wrapper.hpp:74