Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Functions
Graphical User Interfaces

Various classes which provide visualization with windows and mouse or keyboard callbacks see Utils. More...

Classes

class  BIAS::FilterDialogBase< InputST, OutputST >
 Base class for all filter dialogs. More...
 
class  BIAS::FilterDialogCannyEdge< InputST, OutputST >
 Implementation of a CannyEdge filter dialog. More...
 
class  BIAS::FilterDialogGauss< InputST, OutputST >
 Implementation of a Gauss filter dialog. More...
 
class  BIAS::FilterDialogGradientSobel3x3< InputST, OutputST >
 Implementation of a GradientSobel3x3 filter dialog. More...
 
class  BIAS::FilterDialogMean< InputST, OutputST >
 Implementation of a Mean filter dialog. More...
 
class  BIAS::FilterDialogMedian< InputST, OutputST >
 Implementation of a Median filter dialog. More...
 
class  BIAS::FilterDialogPreviewWindow< StorageType >
 A preview window. More...
 
class  BIAS::FilterDialogRescale< InputST, OutputST >
 Implementation of a Rescale filter dialog. More...
 
class  BIAS::GuiCV
 Gui based on OpenCV is a simple windowing environment... More...
 
class  BIAS::GuiWX
 simple wxWindow to display an image. More...
 
class  BIAS::ICECallbackInterface
 callback interface for ImageCanvasExtended More...
 
class  BIAS::ICECCallbackInterface
 callback interface for ImageCanvasCheckerBoardExtract More...
 
class  BIAS::ImageCanvas
 display image in wx application, provides zoom and investigation functionality More...
 
class  BIAS::ImageCanvasCheckerboardExtract
 provides functionality for selection of checkerboard patterns More...
 
class  BIAS::ImageCanvasGLBase
 2D image display canvas using OpenGL rendering internally. More...
 
class  BIAS::ImageCanvasRectangularSelection
 provides functionality for selection of rectangle, point, ... More...
 
class  BIAS::OpenGLCanvas
 OpenGL canvases with additinal event handling (JW) More...
 
class  BIAS::OpenGLCanvasBase
 base class for OpenGL canvases you could derive from to get base functionality (JW) More...
 
class  BIAS::ParamGUI
 The main Parameter Gui interface, derived from BIAS::Param and extends this class. More...
 
class  BIAS::ParamGUIPanel
 this provides a gui interface for the BIAS::Param class. More...
 
class  BIAS::PlainImageCanvas
 Image canvas that does not show zoom frames and redirects mouse click events to its parent. More...
 
class  BIAS::RenderModeGL
 GLRenderMode describes mode for rendering. More...
 
class  BIAS::ScaledImageCanvas
 display float images in wx application, provides zoom, scale, shift and investigation functionality More...
 
class  BIAS::SettingsGL
 Application controlled OpenGl renderingsettings. More...
 

Functions

void BIASGui_EXPORT BIAS::ConsoleRedirectIO (std::string name=std::string(""))
 Extra Console for WIN32 WinMain gui applications. More...
 

Detailed Description

Various classes which provide visualization with windows and mouse or keyboard callbacks see Utils.

Function Documentation

void BIAS::ConsoleRedirectIO ( std::string  name = std::string(""))

Extra Console for WIN32 WinMain gui applications.

Jan Woetzel 2005.

Redirects STDIN, STDERR, cout, cerrm wcout, cin, wcin, wcerr, cerr, wclog, clog.

Displays output to cout, cerrm printf etc. based on "Covington, Michael. "Adding Graphics to Console Applications," Visual Developer, June/July 1997. Jan Woetzel 2005

Call this funtion in windows to redirect the output to a window

Author
woetzel
Examples:
ExampleGLShared.cpp, ExampleMixtureOfGaussians.cpp, and ExampleVideoSource_DShow.cpp.

Definition at line 23 of file ConsoleRedirectIO.cpp.

Referenced by BIAS::SimpleGLApp::OnInit(), and BIAS::BVWXApp::OnInit().