OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WINDOW_AUTOSIZE
(Results
26 - 44
of
44
) sorted by null
1
2
/external/opencv3/samples/cpp/tutorial_code/core/mat_mask_operations/
mat_mask_operations.cpp
35
namedWindow("Input",
WINDOW_AUTOSIZE
);
36
namedWindow("Output",
WINDOW_AUTOSIZE
);
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/
calcBackProject_Demo1.cpp
41
namedWindow( window_image,
WINDOW_AUTOSIZE
);
calcBackProject_Demo2.cpp
38
namedWindow( window_image,
WINDOW_AUTOSIZE
);
calcHist_Demo.cpp
75
namedWindow("calcHist Demo",
WINDOW_AUTOSIZE
);
/external/opencv3/samples/cpp/tutorial_code/ImgProc/
Smoothing.cpp
35
namedWindow( window_name,
WINDOW_AUTOSIZE
);
/external/opencv3/modules/highgui/include/opencv2/
highgui.hpp
138
WINDOW_AUTOSIZE
= 0x00000001, // the user cannot resize the window, the size is constrainted by the image displayed
148
WND_PROP_AUTOSIZE = 1, // autosize property (can be WINDOW_NORMAL or
WINDOW_AUTOSIZE
)
206
> - **
WINDOW_AUTOSIZE
** If this is set, the window size is automatically adjusted to fit the
231
CV_EXPORTS_W void namedWindow(const String& winname, int flags =
WINDOW_AUTOSIZE
);
/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
HoughCircle_Demo.cpp
86
namedWindow( windowName,
WINDOW_AUTOSIZE
);
Remap_Demo.cpp
38
namedWindow( remap_window,
WINDOW_AUTOSIZE
);
/external/opencv3/samples/cpp/
image.cpp
118
namedWindow("image with grain",
WINDOW_AUTOSIZE
);
image_alignment.cpp
351
namedWindow ("image",
WINDOW_AUTOSIZE
);
352
namedWindow ("template",
WINDOW_AUTOSIZE
);
353
namedWindow ("warped image",
WINDOW_AUTOSIZE
);
354
namedWindow ("error (black: no error)",
WINDOW_AUTOSIZE
);
detect_blob.cpp
193
namedWindow(*itDesc + label,
WINDOW_AUTOSIZE
);
matchmethod_orb_akaze_brisk.cpp
132
namedWindow(*itDesc+": "+*itMatcher,
WINDOW_AUTOSIZE
);
grabcut.cpp
300
namedWindow( winName,
WINDOW_AUTOSIZE
);
detect_mser.cpp
520
namedWindow(*itDesc + label,
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/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/apps/annotation/
opencv_annotation.cpp
85
namedWindow(window_name,
WINDOW_AUTOSIZE
);
/external/opencv3/samples/tapi/
squares.cpp
168
namedWindow( wndname,
WINDOW_AUTOSIZE
);
camshift.cpp
214
cv::namedWindow("Histogram", cv::
WINDOW_AUTOSIZE
);
Completed in 243 milliseconds
1
2