Window Methods OpenCvSharp Class Library

The Window type exposes the following members.

Methods

  NameDescription
Protected methodAllocGCHandle
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.)
Protected methodAllocMemory
Allocates the specified size of memory.
(Inherited from DisposableObject.)
Public methodClose
Destroys this window.
Public methodCreateTrackbar(String, CvTrackbarCallback)
Creates the trackbar and attaches it to this window
Public methodCreateTrackbar(String, Int32, Int32, CvTrackbarCallback)
Creates the trackbar and attaches it to this window
Public methodCreateTrackbar2
Creates the trackbar and attaches it to this window
Public methodStatic memberDestroyAllWindows
Destroys all the opened HighGUI windows.
Public methodDisplayOverlay
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.
Public methodDisplayStatusBar
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Protected methodDispose(Boolean)
Clean up any resources being used.
(Overrides DisposableObjectDispose(Boolean).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetProperty
Get Property of the window
Public methodGetType (Inherited from Object.)
Public methodStatic memberGetWindowByName
Retrieves a created window by name
Public methodLoadWindowParameters
Load parameters of the window.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMove
Sets window position
Protected methodNotifyMemoryPressure
Notifies the allocated size of memory.
(Inherited from DisposableObject.)
Public methodResize
Sets window size
Public methodSaveWindowParameters
Save parameters of the window.
Public methodSetProperty(WindowProperty, WindowPropertyValue)
Set Property of the window
Public methodSetProperty(WindowProperty, Double)
Set Property of the window
Public methodShowImage
Shows the image in this window
Public methodStatic memberShowImages(Mat)
Public methodStatic memberShowImages(IEnumerableMat, IEnumerableString)
Public methodThrowIfDisposed
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Public methodStatic memberWaitKey
Waits for a pressed key
Public methodStatic memberWaitKey(Int32)
Waits for a pressed key
Top
See Also

Reference