FrameSource Constructor (String, Boolean) |
http://www.emgu.com
Create video frame source from video file
Namespace:
Emgu.CV.Superres
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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