UMat Constructor (String, ImreadModes) |
http://www.emgu.com
Read a UMat from file.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic UMat(
string fileName,
ImreadModes loadType
)
Public Sub New (
fileName As String,
loadType As ImreadModes
)
public:
UMat(
String^ fileName,
ImreadModes loadType
)
new :
fileName : string *
loadType : ImreadModes -> UMat
Parameters
- fileName
- Type: SystemString
The name of the file - loadType
- Type: Emgu.CV.CvEnumImreadModes
The read mode
See Also