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)
?
何千もの訓練された顔を持つことは、新しい顔ごとに認識機能を再構築 (再訓練) する解決策ではありません。