HOGDescriptor Constructor (String)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic HOGDescriptor(
string fileName
)
Public Sub New (
fileName As String
)
public:
HOGDescriptor(
String^ fileName
)
new :
fileName : string -> HOGDescriptor
OpenCvSharp.HOGDescriptor = function(fileName);
Parameters
- fileName
- Type: SystemString
See Also