implemented showImage

This commit is contained in:
Anatoly Baksheev
2014-01-11 22:43:58 +04:00
parent d90a068e0e
commit 1449823bcd
10 changed files with 74 additions and 23 deletions

View File

@@ -66,6 +66,9 @@ namespace cv
//! Unregisters all Viz windows from internal database. After it 'getWindowByName()' will create new windows instead getting existing from the database.
CV_EXPORTS void unregisterAllWindows();
//! Displays image in specified window
CV_EXPORTS Viz3d imshow(const String& window_name, InputArray image, const Size& window_size = Size(-1, -1));
//! checks float value for Nan
inline bool isNan(float x)
{