Searched refs:super_resolution_prototxt_path (Results 1 – 2 of 2) sorted by relevance
50 const String& super_resolution_prototxt_path, in WeChatQRCode() argument69 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()
38 const std::string& super_resolution_prototxt_path = "",