jenly1314 / WeChatQRCode

⛄ 基于OpenCV开源的微信二维码引擎移植的二维码扫码识别库
https://jenly1314.github.io/WeChatQRCode/
Apache License 2.0
607 stars 120 forks source link

怎么通过返回的二维码各个顶点定位位置啊? #14

Closed shaoguanglin closed 2 years ago

shaoguanglin commented 2 years ago

扫描返回的结果{"points":[{"nativeObj":542547384896},{"nativeObj":538574786560}],"bitmap":{"mHeight":640,"mNativePtr":540016003392,"mWidth":480},"result":["https://cloud.tencent.com/weappAuthLogin?token\xxxxxx","http://weixin.qq.com/x/xxxxxx"]} 这个points返回的结果是Mat类型 需要怎么转成坐标呢?

shaoguanglin commented 2 years ago

已解决

Kent-GitHub commented 2 years ago

怎么解决的,能分享一下吗