QR码阅读器的二值化像素数据

时间:2013-03-25 22:17:58

标签: objective-c xcode ios6

如何对从以下位置收到的CMSampleBuffer中的像素进行二值化:

- (void)captureOutput:(AVCaptureOutput *)captureOutput
didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer
       fromConnection:(AVCaptureConnection *)connection {}

我正在编写一个应用程序,以便在出现QR查找器标记时识别,我更愿意使用Apple的Core Image过滤器。

1 个答案:

答案 0 :(得分:0)

这是我先尝试的。获取图像。 Here's an SO answer有一些高度投票的代码可以做到这一点。

从任意数量的图像库中选择以阈值图像。 Here's an SO answer指向使用OpenGL ES进行GPU加速的链接。