ImageTColor, TDepth Constructor (String) |
http://www.emgu.com
Read image from a file
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Image(
string fileName
)
Public Sub New (
fileName As String
)
public:
Image(
String^ fileName
)
new :
fileName : string -> Image
Parameters
- fileName
- Type: SystemString
the name of the file that contains the image
See Also