Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
OpenCvSharp
UserInterface
PictureBoxIpl
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