C# 클래스 OpenCvSharp.UserInterface.PictureBoxIpl

PictureBox control which supports IplImage
상속: System.Windows.Forms.PictureBox
파일 보기 프로젝트 열기: shimat/opencvsharp 1 사용 예제들

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