ios 原生方法如何识别相册图片二维码
PHPz
PHPz 2017-04-17 17:56:33
0
2
610

如题,请问ios如何通过原生的方法实现,识别相册图片中的二维码?不考虑版本兼容,不适用第三方

PHPz
PHPz

学习是最好的投资!

membalas semua(2)
迷茫

搬运工又来了: http://stackoverflow.com/questions/28317071/scan-qrcode-and-barcode-from-camera-and-image-which-picked-from-image-library-in

qrCodeImageView.image=qrcodeImg

var detector:CIDetector=CIDetector(ofType: CIDetectorTypeQRCode, context: nil, options: [CIDetectorAccuracy:CIDetectorAccuracyHigh])
var decode=""
var ciImage:CIImage=CIImage(image:qrcodeImg)
qrCodeLink=""

let features=detector.featuresInImage(ciImage)
for feature in features as! [CIQRCodeFeature] {
   qrCodeLink += feature.messageString
}

if qrCodeLink=="" {
    println("nothing")
}else{
    println("message: \(qrCodeLink)")
}
洪涛

https://github.com/wangruocong/RoyQRcode
可以参考下,纯原生写的。

Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan