CudaVideoReader Constructor |
http://www.emgu.com
Creates video reader.
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic CudaVideoReader(
string fileName
)
Public Sub New (
fileName As String
)
public:
CudaVideoReader(
String^ fileName
)
new :
fileName : string -> CudaVideoReader
Parameters
- fileName
- Type: SystemString
Name of the input video file.
See Also