opencv/modules/highgui
HelenWong ec57a938c0 Fix#3714:Improve Display Image Tutorial
For Bug #3714, user use the imshow() function without calling
namedWindow() properly, because user did not know the implicit rule for
imshow(). (i.e. without calling namedWindow implied calling namedWindow(
,CV__WINDOW_AUTOSIZE).

Improve the Display Image Tutorial to educate the user for such implied
rule.

Put a note on documentation for Bug#3714

Revise the documentation regarding to imshow() function to better
educate the user the implicit rule. (i.e. without creating the window
before the imshow() function is the same as creating AUTOSIZE window)
2014-12-02 09:43:52 -08:00
..
doc Fix#3714:Improve Display Image Tutorial 2014-12-02 09:43:52 -08:00
include/opencv2/highgui Multiple fixes in camera. 2014-03-21 17:26:05 +04:00
perf Normalized file endings. 2013-08-21 18:59:25 +04:00
src iOS: fix crash from overrelease in UIImageToMat 2014-10-17 17:49:14 +09:00
test Don't allocate lots of memory when reading TIFFs with infinite rows per strip. 2014-10-08 23:31:30 +02:00
CMakeLists.txt Fixed CMake issue with FFMPEG highgui configuration 2014-09-23 23:46:03 +02:00