CascadeClassifierIsOldFormatCascade Property |
http://www.emgu.com
Get if the cascade is old format
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic bool IsOldFormatCascade { get; }
Public ReadOnly Property IsOldFormatCascade As Boolean
Get
public:
property bool IsOldFormatCascade {
bool get ();
}
member IsOldFormatCascade : bool with get
Property Value
Type:
Boolean
See Also