CIDetector

作者: 风冰武 | 来源:发表于2019-01-17 10:06 被阅读0次
//图像处理器, 用于识别静止图像或视频中的显著特征(如人脸和条形码)  21行
//备注: 检测到的特征由CIFeature对象表示, CIFeature对象提供关于每个特征的更多信息
@interface CIDetector : NSObject {}

//创建并返回配置的处理器   35行
+ (nullable CIDetector *)detectorOfType:(NSString*)type
                                context:(nullable CIContext *)context
                                options:(nullable NSDictionary<NSString *,id> *)options;

相关文章

网友评论

    本文标题:CIDetector

    本文链接:https://www.haomeiwen.com/subject/hlubdqtx.html