我正在尝试识别已存储在我的iphone应用中的图片。我从相机捕捉图像并尝试将其与存储的图像匹配。我的问题是可以使用CIDetector库识别图像。如果有人知道,请帮忙。)
提前致谢:)
答案 0 :(得分:0)
来自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);
答案:不。