ImageTColor, TDepth Constructor (String) |
http://www.emgu.com
Read image from a file
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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