http://www.emgu.com
Set the image for this image box
Namespace:
Emgu.CV.UI
Assemblies:
Emgu.CV.Platform.NetCore (in Emgu.CV.Platform.NetCore.dll) Version: 4.3.0.3890
Emgu.CV.Platform.NetFramework (in Emgu.CV.Platform.NetFramework.dll) Version: 4.3.0.3890 (4.3.0.3890)
Syntaxpublic IInputArray Image { get; set; }
Public Property Image As IInputArray
Get
Set
public:
property IInputArray^ Image {
IInputArray^ get ();
void set (IInputArray^ value);
}
member Image : IInputArray with get, set
Property Value
Type:
IInputArray
See Also