| BasicFaceRecognizerGetProjections Method |
[Missing <summary> documentation for "M:OpenCvSharp.Face.BasicFaceRecognizer.GetProjections"]
Namespace:
OpenCvSharp.Face
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public virtual Mat[] GetProjections()
Public Overridable Function GetProjections As Mat()
public:
virtual array<Mat^>^ GetProjections()
abstract GetProjections : unit -> Mat[]
override GetProjections : unit -> Mat[]
Return Value
Type:
Mat[Missing <returns> documentation for "M:OpenCvSharp.Face.BasicFaceRecognizer.GetProjections"]
See Also