| CudaCascadeClassifier Constructor |
http://www.emgu.com
Create a Cuda cascade classifier using the specific file
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic CudaCascadeClassifier(
string fileName
)
Public Sub New (
fileName As String
)
public:
CudaCascadeClassifier(
String^ fileName
)
new :
fileName : string -> CudaCascadeClassifierParameters
- fileName
- Type: SystemString
The file to create the classifier from
See Also