Overload List

NameDescription
EigenObjectRecognizer(array<Image<(Of <<'(Gray, Byte>)>>)>[]()[][], MCvTermCriteria%)
Create an object recognizer using the specific tranning data and parameters, it will always return the most similar object
EigenObjectRecognizer(array<Image<(Of <<'(Gray, Byte>)>>)>[]()[][], array<String>[]()[][], MCvTermCriteria%)
Create an object recognizer using the specific tranning data and parameters, it will always return the most similar object
EigenObjectRecognizer(array<Image<(Of <<'(Gray, Byte>)>>)>[]()[][], array<String>[]()[][], Double, MCvTermCriteria%)
Create an object recognizer using the specific tranning data and parameters

See Also