LBPHFaceRecognizerHistograms Property |
http://www.emgu.com
Get the histograms
Namespace:
Emgu.CV.Face
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic VectorOfMat Histograms { get; }
Public ReadOnly Property Histograms As VectorOfMat
Get
public:
property VectorOfMat^ Histograms {
VectorOfMat^ get ();
}
member Histograms : VectorOfMat with get
Property Value
Type:
VectorOfMat
See Also