HOGDescriptor.ReadALTModel Method
|
read/parse Dalal's alt model file
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void ReadALTModel(
string modelFile
)
Public Sub ReadALTModel (
modelFile As String
)
public:
void ReadALTModel(
String^ modelFile
)
member ReadALTModel :
modelFile : string -> unit
function ReadALTModel(modelFile);
Parameters
- modelFile
- Type: System.String
See Also