C# Class OpenCvSharp.UserInterface.PictureBoxIpl

PictureBox control which supports IplImage
Inheritance: System.Windows.Forms.PictureBox
ファイルを表示 Open project: shimat/opencvsharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PictureBoxIpl ( ) : System

Constructor

RefreshIplImage ( ) : void

Refreshes the shown image

RefreshIplImage ( Mat img ) : void

Refreshes the shown image

Method Details

PictureBoxIpl() public method

Constructor
public PictureBoxIpl ( ) : System
return System

RefreshIplImage() public method

Refreshes the shown image
public RefreshIplImage ( ) : void
return void

RefreshIplImage() public method

Refreshes the shown image
public RefreshIplImage ( Mat img ) : void
img Mat
return void