OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvMoveWindow
(Results
1 - 8
of
8
) sorted by null
/external/opencv3/samples/cpp/
polar_transforms.cpp
40
cvMoveWindow
( "Linear-Polar", 20,20 );
41
cvMoveWindow
( "Log-Polar", 700,20 );
42
cvMoveWindow
( "Recovered image", 20,700 );
/external/opencv3/modules/highgui/include/opencv2/highgui/
highgui_c.h
138
CVAPI(void)
cvMoveWindow
( const char* name, int x, int y );
/external/opencv3/modules/highgui/src/
window.cpp
178
cvMoveWindow
( winname.c_str(), x, y );
542
CV_IMPL void
cvMoveWindow
( const char*, int, int )
544
CV_NO_GUI_ERROR( "
cvMoveWindow
" );
window_cocoa.mm
56
CV_IMPL void
cvMoveWindow
( const char* name, int x, int y){}
267
CV_IMPL void
cvMoveWindow
( const char* name, int x, int y)
270
CV_FUNCNAME("
cvMoveWindow
");
278
//cout << "
cvMoveWindow
"<< endl;
window_carbon.cpp
446
CV_IMPL void
cvMoveWindow
( const char* name, int x, int y)
448
CV_FUNCNAME( "
cvMoveWindow
" );
window_gtk.cpp
[
all
...]
window_QT.cpp
549
CV_IMPL void
cvMoveWindow
(const char* name, int x, int y)
[
all
...]
window_w32.cpp
[
all
...]
Completed in 2574 milliseconds