C# Class OpenCvSharp.UserInterface.PictureBoxIpl

PictureBox control which supports IplImage
Inheritance: System.Windows.Forms.PictureBox
Afficher le fichier Open project: shimat/opencvsharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PictureBoxIpl ( ) : System

Constructor

RefreshIplImage ( ) : void

Refreshes the shown image

RefreshIplImage ( Mat img ) : void

Refreshes the shown image

Method Details

PictureBoxIpl() public méthode

Constructor
public PictureBoxIpl ( ) : System
Résultat System

RefreshIplImage() public méthode

Refreshes the shown image
public RefreshIplImage ( ) : void
Résultat void

RefreshIplImage() public méthode

Refreshes the shown image
public RefreshIplImage ( Mat img ) : void
img Mat
Résultat void