Home
last modified time | relevance | path

Searched refs:super_resolution_prototxt_path (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/src/
H A Dwechat_qrcode.cpp50 const String& super_resolution_prototxt_path, in WeChatQRCode() argument
69 if (!super_resolution_prototxt_path.empty() && !super_resolution_caffe_model_path.empty()) { in WeChatQRCode()
72 CV_Assert(utils::fs::exists(super_resolution_prototxt_path)); in WeChatQRCode()
74 auto ret = p->super_resolution_model_->init(super_resolution_prototxt_path, in WeChatQRCode()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/include/opencv2/
H A Dwechat_qrcode.hpp38 const std::string& super_resolution_prototxt_path = "",