Trait opencv::hub_prelude::WeChatQRCodeTraitConst[][src]

pub trait WeChatQRCodeTraitConst {
    fn as_raw_WeChatQRCode(&self) -> *const c_void;
}
Expand description
  • WeChat QRCode includes two CNN-based models:
  • A object detection model and a super resolution model.
  • Object detection model is applied to detect QRCode with the bounding box.
  • super resolution model is applied to zoom in QRCode when it is small.

Required methods

Implementors