Cv2DestroyAllWindows Method
|
Destroys all of the HighGUI windows.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static void DestroyAllWindows()
Public Shared Sub DestroyAllWindows
public:
static void DestroyAllWindows()
static member DestroyAllWindows : unit -> unit
OpenCvSharp.Cv2.DestroyAllWindows = function();
See Also