上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 34 下一页
摘要: https://www.jb51.net/article/160364.htm https://mp.weixin.qq.com/s?__biz=MzA5NzMwODI0MA==&mid=2647767819&idx=1&sn=f5819a289a54495b479f202b0f1777ac&chk 阅读全文
posted @ 2020-08-04 16:39 雨筱逸悠 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://developer.apple.com/library/archive/navigation/ 阅读全文
posted @ 2020-08-04 15:08 雨筱逸悠 阅读(85) 评论(0) 推荐(0) 编辑
摘要: // // YDVideoReaderOutput.m // SportsBar // // Created by mac on 2020/8/3. // Copyright © 2020 yuedong. All rights reserved. // #import "YDVideoReader 阅读全文
posted @ 2020-08-04 10:08 雨筱逸悠 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 上面这个方法是放大缩小图像使用【1.0->可选最大值】 设置聚焦距离【0.0-1.0】,1.0标识最远 0.0表示最近,表示在该距离上的位置会获得焦点,从而该位置上的物体拍的更清楚 - (IBAction)configurationDidChange:(UISlider *)sender { [se 阅读全文
posted @ 2020-07-24 17:39 雨筱逸悠 阅读(565) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/32539285/pointer-is-missing-a-nullability-type-specifier To disable this warning across your entire project Go to 阅读全文
posted @ 2020-07-24 14:24 雨筱逸悠 阅读(646) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zengNLP/article/details/100589867 https://www.cnblogs.com/dhcn/p/9215592.html 阅读全文
posted @ 2020-07-16 18:46 雨筱逸悠 阅读(197) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Philm_iOS/article/details/93998313 姿态识别和模型绑定 https://zhuanlan.zhihu.com/p/47839718 AR内容的具体应用方式 https://blog.csdn.net/kyl28288954 阅读全文
posted @ 2020-07-16 16:39 雨筱逸悠 阅读(98) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // opencvTest // // Created by mac on 2020/7/16. // Copyright © 2020 mac. All rights reserved. // #import <opencv2/opencv.hpp> 阅读全文
posted @ 2020-07-16 16:28 雨筱逸悠 阅读(278) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-07-03 17:26 雨筱逸悠 阅读(0) 评论(0) 推荐(0) 编辑
摘要: - (void)testWorkThread { self.thread = [AlwaysLiveThread new]; [self.thread startThisThread]; int count = 0; int __block writeItem = 0; int __block ch 阅读全文
posted @ 2020-06-19 14:07 雨筱逸悠 阅读(213) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 34 下一页