1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

renamed cv::viz::get() to getWindowByName()

This commit is contained in:
Anatoly Baksheev
2014-01-09 19:08:06 +04:00
parent 25b417e8b2
commit e478d6b1e9
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ cv::String cv::viz::VizStorage::generateWindowName(const String &window_name)
return output;
}
cv::viz::Viz3d cv::viz::get(const String &window_name) { return Viz3d (window_name); }
cv::viz::Viz3d cv::viz::getWindowByName(const String &window_name) { return Viz3d (window_name); }
void cv::viz::unregisterAllWindows() { VizStorage::unregisterAll(); }
///////////////////////////////////////////////////////////////////////////////////////////////