HomeSort by relevance Sort by last modified time
    Searched full:wndname (Results 1 - 4 of 4) sorted by null

  /external/opencv3/samples/cpp/
drawing.cpp 22 char wndname[] = "Drawing Demo"; local
31 imshow(wndname, image);
44 imshow(wndname, image);
60 imshow(wndname, image);
78 imshow(wndname, image);
103 imshow(wndname, image);
128 imshow(wndname, image);
142 imshow(wndname, image);
156 imshow(wndname, image);
171 imshow(wndname, image2)
    [all...]
squares.cpp 32 const char* wndname = "Square Detection Demo"; variable
139 imshow(wndname, image);
148 namedWindow( wndname, 1 );
  /external/opencv3/samples/directx/
d3dsample.hpp 169 std::string wndname = title; local
171 TApp app(width, height, wndname, cap);
  /external/opencv3/samples/tapi/
squares.cpp 18 const char* wndname = "Square Detection Demo"; variable
168 namedWindow( wndname, WINDOW_AUTOSIZE );
200 imshow(wndname, result);

Completed in 1636 milliseconds