HomeSort by relevance Sort by last modified time
    Searched refs:cvSetWindowProperty (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/highgui/include/opencv2/highgui/
highgui_c.h 130 CVAPI(void) cvSetWindowProperty(const char* name, int prop_id, double prop_value);
  /external/opencv3/modules/highgui/src/
window.cpp 48 CV_IMPL void cvSetWindowProperty(const char* name, int prop_id, double prop_value)
183 cvSetWindowProperty( winname.c_str(), prop_id, prop_value);

Completed in 400 milliseconds