OpenCvSharp.UserInterface.CvWindowEx.ShowImage C# (CSharp) Method

ShowImage() public method

Shows the image in this window
public ShowImage ( Mat image ) : void
image Mat Image to be shown.
return void
        public void ShowImage(Mat image)
        {
            Image = image;
        }
#if LANG_JP