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: 4.1.0.3408 (4.1.0.3408)
Syntax
public IImage DisplayedImage { get; set; }

Property Value

Type: IImage
See Also