메소드 | 설명 | |
---|---|---|
CreateTrackbar ( string name, int value, int count, CvTrackbarCallback onChange ) : |
Creates the trackbar and attaches it to this window
|
|
CvWindowEx ( Mat image ) : System |
Constructor
|
|
CvWindowEx ( Mat image, PictureBoxSizeMode sizeMode ) : System |
Constructor
|
|
CvWindowEx ( PictureBoxSizeMode sizeMode ) : System |
Constructor
|
|
Dispose ( ) : void |
Finalizer
|
|
ShowImage ( Mat image ) : void |
Shows the image in this window
|
|
ShowImages ( ) : void |
|
|
WaitKey ( ) : Keys |
Waits for a pressed key
|
|
WaitKey ( int delay ) : Keys |
Waits for a pressed key
|
메소드 | 설명 | |
---|---|---|
ClosedAllWindows ( ) : bool |
|
|
CvWindowEx ( ) : System |
static constructor
|
|
CvWindowEx_KeyDown ( object sender, |
||
EndKeyCheck ( ) : void |
|
|
GetPressedKey ( ) : Keys |
|
|
SetClientSize ( System size ) : void |
ClientSizeを画面からはみ出ない大きさに調整して設定する.
|
|
StartKeyCheck ( ) : void |
|
public CreateTrackbar ( string name, int value, int count, CvTrackbarCallback onChange ) : |
||
name | string | Name of created trackbar. |
value | int | The position of the slider |
count | int | Maximal position of the slider. Minimal position is always 0. |
onChange | CvTrackbarCallback | the function to be called every time the slider changes the position. This function should be prototyped as void Foo(int); |
리턴 |
public CvWindowEx ( Mat image, PictureBoxSizeMode sizeMode ) : System | ||
image | Mat | |
sizeMode | PictureBoxSizeMode | |
리턴 | System |
public CvWindowEx ( PictureBoxSizeMode sizeMode ) : System | ||
sizeMode | PictureBoxSizeMode | |
리턴 | System |