How to use cvSaveWindowParameters function ?
I use OpenCV 2.4.11 with Qt Creator During my test i want to get the window size. So I want to know how to use cvSavedWindoParameters function ?
Thanks
saveWindowParameters function Saves parameters of the specified window internally to restore it later with loadWindowParameters. you can't get window size directly with this function. look the source code file and try to find where the parameters written ( maybe a file or registry if MS Windows ) and try to get values manually