C# Класс OpenCvSharp.UserInterface.PictureBoxIpl

PictureBox control which supports IplImage
Наследование: System.Windows.Forms.PictureBox
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
PictureBoxIpl ( ) : System

Constructor

RefreshIplImage ( ) : void

Refreshes the shown image

RefreshIplImage ( Mat img ) : void

Refreshes the shown image

Описание методов

PictureBoxIpl() публичный Метод

Constructor
public PictureBoxIpl ( ) : System
Результат System

RefreshIplImage() публичный Метод

Refreshes the shown image
public RefreshIplImage ( ) : void
Результат void

RefreshIplImage() публичный Метод

Refreshes the shown image
public RefreshIplImage ( Mat img ) : void
img Mat
Результат void