Main window without frame and title

Thank you.

I have used the following settings.
cv2.namedWindow(“result”, cv2.WINDOW_NORMAL)
cv2.setWindowProperty(“result”, cv2.WND_PROP_FULLSCREEN, cv2.WINDOW_FULLSCREEN)

That’s what I need.