We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e9b13 commit 071649fCopy full SHA for 071649f
modules/wechat_qrcode/include/opencv2/wechat_qrcode.hpp
@@ -56,6 +56,7 @@ class CV_EXPORTS_W WeChatQRCode {
56
* @param detector_caffe_model_path caffe model file path for the detector
57
* @param super_resolution_prototxt_path prototxt file path for the super resolution model
58
* @param super_resolution_caffe_model_path caffe file path for the super resolution model
59
+ * @param detectorParametersDL detector settings
60
*/
61
CV_WRAP WeChatQRCode(const std::string& detector_prototxt_path = "",
62
const std::string& detector_caffe_model_path = "",
0 commit comments