HomeSort by relevance Sort by last modified time
    Searched refs:namedWindow (Results 76 - 100 of 120) sorted by null

1 2 34 5

  /external/opencv3/samples/cpp/
lkdemo.cpp 61 namedWindow( "LK Demo", 1 );
cloning_gui.cpp 341 namedWindow("Source", 1);
347 namedWindow("Destination", 1);
381 namedWindow("Source", 1);
411 namedWindow("Source", 1);
444 namedWindow("Source", 1);
create_mask.cpp 145 namedWindow("Source", 1);
distrans.cpp 126 namedWindow("Distance Map", 1);
pca.cpp 163 namedWindow(winName, WINDOW_NORMAL);
squares.cpp 148 namedWindow( wndname, 1 );
watershed.cpp 60 namedWindow( "image", 1 );
detect_blob.cpp 193 namedWindow(*itDesc + label, WINDOW_AUTOSIZE);
matchmethod_orb_akaze_brisk.cpp 132 namedWindow(*itDesc+": "+*itMatcher, WINDOW_AUTOSIZE);
  /external/opencv3/samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/
interoperability_with_OpenCV_1.cpp 137 namedWindow("image with grain", WINDOW_AUTOSIZE); // use this to create images
  /external/opencv3/samples/python2/
coherence.py 61 cv2.namedWindow('control', 0)
feature_homography.py 42 cv2.namedWindow('plane')
fitline.py 76 cv2.namedWindow('fit line')
kalman.py 26 cv2.namedWindow("Kalman")
mouse_and_match.py 58 cv2.namedWindow("gray",1)
grabcut.py 115 cv2.namedWindow('output')
116 cv2.namedWindow('input')
camshift.py 36 cv2.namedWindow('camshift')
plane_ar.py 47 cv2.namedWindow('plane')
  /external/opencv3/samples/cpp/tutorial_code/HighGUI/video-input-psnr-ssim/
video-input-psnr-ssim.cpp 79 namedWindow(WIN_RF, WINDOW_AUTOSIZE);
80 namedWindow(WIN_UT, WINDOW_AUTOSIZE);
  /external/opencv3/samples/gpu/
pyrlk_optical_flow.cpp 127 namedWindow("PyrLK [Sparse]", WINDOW_NORMAL);
128 namedWindow("PyrLK [Dense] Flow Field", WINDOW_NORMAL);
  /external/opencv3/samples/cpp/tutorial_code/photo/seamless_cloning/
cloning_gui.cpp 340 namedWindow("Source", 1);
346 namedWindow("Destination", 1);
380 namedWindow("Source", 1);
410 namedWindow("Source", 1);
443 namedWindow("Source", 1);
  /external/opencv3/apps/annotation/
opencv_annotation.cpp 85 namedWindow(window_name, WINDOW_AUTOSIZE);
  /external/opencv3/modules/highgui/include/opencv2/
highgui.hpp 136 // Flags for namedWindow
210 The function namedWindow creates a window that can be used as a placeholder for images and
231 CV_EXPORTS_W void namedWindow(const String& winname, int flags = WINDOW_AUTOSIZE);
292 If you need to show an image that is bigger than the screen resolution, you will need to call namedWindow("", WINDOW_NORMAL) before the imshow.
  /external/opencv3/samples/tapi/
squares.cpp 168 namedWindow( wndname, WINDOW_AUTOSIZE );
  /external/opencv3/modules/ts/src/
cuda_test.cpp 424 namedWindow("gold", WINDOW_NORMAL);
425 namedWindow("actual", WINDOW_NORMAL);
426 namedWindow("diff", WINDOW_NORMAL);

Completed in 341 milliseconds

1 2 34 5