07 2020 档案
摘要:上面这个方法是放大缩小图像使用【1.0->可选最大值】 设置聚焦距离【0.0-1.0】,1.0标识最远 0.0表示最近,表示在该距离上的位置会获得焦点,从而该位置上的物体拍的更清楚 - (IBAction)configurationDidChange:(UISlider *)sender { [se
阅读全文
摘要:https://stackoverflow.com/questions/32539285/pointer-is-missing-a-nullability-type-specifier To disable this warning across your entire project Go to
阅读全文
摘要:https://blog.csdn.net/zengNLP/article/details/100589867 https://www.cnblogs.com/dhcn/p/9215592.html
阅读全文
摘要:https://blog.csdn.net/Philm_iOS/article/details/93998313 姿态识别和模型绑定 https://zhuanlan.zhihu.com/p/47839718 AR内容的具体应用方式 https://blog.csdn.net/kyl28288954
阅读全文
摘要:// // ViewController.m // opencvTest // // Created by mac on 2020/7/16. // Copyright © 2020 mac. All rights reserved. // #import <opencv2/opencv.hpp>
阅读全文