FrameSource Constructor (String, Boolean) |
http://www.emgu.com
Create video frame source from video file
Namespace: Emgu.CV.SuperresAssembly: Emgu.CV.Superres (in Emgu.CV.Superres.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic FrameSource(
string fileName,
bool tryUseGpu
)
Public Sub New (
fileName As String,
tryUseGpu As Boolean
)
public:
FrameSource(
String^ fileName,
bool tryUseGpu
)
new :
fileName : string *
tryUseGpu : bool -> FrameSource
Parameters
- fileName
- Type: SystemString
The name of the file - tryUseGpu
- Type: SystemBoolean
If true, it will try to create video frame source using gpu
See Also