1 | initial version |
you can resize it ( manually ) if you do:
namedWindow("window",CV_WINDOW_NORMAL);
the default param here is CV_WINDOW_AUTOSIZE, which does not allow resizing
on win & linux it will remember the size for that windowname, even