The EigenObjectRecognizer type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
AverageImage
Get the average Image.
EigenDistanceThreshold
Get or set the eigen distance threshold. The smaller the number, the more likely an examined image will be treated as unrecognized object. Set it to a huge number (e.g. 5000) and the recognizer will always treated the examined image as one of the known object.
EigenImages
Get the eigen vectors that form the eigen space
EigenValues
Get the eigen values of each of the training image
Labels
Get or set the labels for the corresponding training image

See Also