Window Methods |
The Window type exposes the following members.
Name | Description | |
---|---|---|
AllocGCHandle |
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.) | |
AllocMemory |
Allocates the specified size of memory.
(Inherited from DisposableObject.) | |
Close |
Destroys this window.
| |
CreateTrackbar(String, TrackbarCallback) |
Creates the trackbar and attaches it to this window
| |
CreateTrackbar(String, Int32, Int32, TrackbarCallback) |
Creates the trackbar and attaches it to this window
| |
DestroyAllWindows |
Destroys all the opened HighGUI windows.
| |
DisplayOverlay |
Display text on the window's image as an overlay for delay milliseconds. This is not editing the image's data. The text is display on the top of the image.
| |
DisplayStatusBar | ||
Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
Dispose(Boolean) |
Releases the resources
(Inherited from DisposableObject.) | |
DisposeManaged |
Releases managed resources
(Overrides DisposableObjectDisposeManaged.) | |
DisposeUnmanaged |
Releases unmanaged resources
(Inherited from DisposableObject.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Destructor
(Inherited from DisposableObject.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetProperty |
Get Property of the window
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWindowByName |
Retrieves a created window by name
| |
LoadWindowParameters |
Load parameters of the window.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Move |
Sets window position
| |
NotifyMemoryPressure |
Notifies the allocated size of memory.
(Inherited from DisposableObject.) | |
Resize |
Sets window size
| |
SaveWindowParameters |
Save parameters of the window.
| |
SetMouseCallback |
Sets the callback function for mouse events occuting within the specified window.
| |
SetProperty |
Set Property of the window
| |
ShowImage |
Shows the image in this window
| |
ShowImages(Mat) | ||
ShowImages(IEnumerableMat, IEnumerableString) | ||
ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WaitKey |
Waits for a pressed key
| |
WaitKeyEx |
Waits for a pressed key.
Similar to #waitKey, but returns full key code.
Key code is implementation specific and depends on used backend: QT/GTK/Win32/etc
|