Home
last modified time | relevance | path

Searched refs:WINDOW_KEEPRATIO (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/samples/cpp/
Dstarter_video.cpp44 namedWindow(window_name, WINDOW_KEEPRATIO); //resizable window; in process()
Dstarter_imagelist.cpp50 namedWindow("image", WINDOW_KEEPRATIO); //resizable window; in process()
/external/opencv3/modules/highgui/include/opencv2/
Dhighgui.hpp143 WINDOW_KEEPRATIO = 0x00000000 // the ratio of the image is respected enumerator
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
Dmain_registration.cpp104 namedWindow("MODEL REGISTRATION", WINDOW_KEEPRATIO); in main()
Dmain_detection.cpp156 namedWindow("REAL TIME DEMO", WINDOW_KEEPRATIO); in main()
/external/opencv3/doc/tutorials/introduction/display_image/
Ddisplay_image.markdown79 would like the image to keep its aspect ratio (*WINDOW_KEEPRATIO*) or not