Skip to content

Simplified generateWindowName #2610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions modules/viz/include/opencv2/viz/vizcore.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,7 @@ namespace cv
@note If the window with that name already exists, that window is returned. Otherwise, new window is
created with the given name, and it is returned.

@note Window names are automatically prefixed by "Viz - " if it is not done by the user.
@code
/// window and window_2 are the same windows.
viz::Viz3d window = viz::getWindowByName("myWindow");
viz::Viz3d window_2 = viz::getWindowByName("Viz - myWindow");
@endcode

*/
CV_EXPORTS Viz3d getWindowByName(const String &window_name);

Expand Down