Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试识别已存储在我的 iphone 应用程序中的图像。我正在从相机捕获图像并尝试将其与存储的图像匹配。我的问题是可以使用 CIDetector 库识别图像。如果有人知道请帮忙:)
提前致谢 :)
从CIDetector.h
CIDetector.h
// Types to be used for +[CIDetector detectorOfType:context:options:] /* Specifies a detector type for face recognition. */ CORE_IMAGE_EXPORT NSString* const CIDetectorTypeFace __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_5_0);
答案:没有。