How to use cvSaveWindowParameters function ?

asked 2015-05-20 10:11:03 -0600

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

edit retag flag offensive close merge delete

Comments

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

sturkmen gravatar imagesturkmen ( 2015-05-21 07:26:51 -0600 )edit