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.
识别器构建后:
recognizer = new EigenObjectRecognizer(trainingImages, labels, eigenDistanceThreshold, ref termCrit);
是否可以添加新图像,例如:
recognizer.Add(image, label)
?
拥有数千张经过训练的面孔并不是在每个新面孔之后重建(重新训练)识别器的解决方案。
使用这个库,它就像人脸识别(特征识别器)类的帮助库,并提供了一种存储训练图像的简单方法。