Click or drag to resize
ImageBoxDisplayedImage Property
http://www.emgu.com
The image that is being displayed. It's the Image following by some user defined image operation

Namespace: Emgu.CV.UI
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public IImage DisplayedImage { get; set; }

Property Value

Type: IImage
See Also