destroyWindow
void cv::destroyWindow(
    const String& winname
)
            void Cv2.DestroyWindow(
    string winName
)
            None = cv2.destroyWindow(
    winname
)
            요약(Summary)
특정 윈도우를 닫습니다.
매개변수(Parameter)
윈도우 이름(winname)닫으려는 윈도우 이름
반환값(Returns)
없음