Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Files | Classes | Functions
Utilities

useful clases for debugging, profiling or comand line parameters etc. More...

Files

file  Debug.hh
 some macros, classes and varaibles for debugging purposes:
 
file  ThreadNaming.hh
 utility function to assign "names" to threads, actually WIN32 only.
 
file  TimeMeasurement.hh
 Time measurement based on instance construction and destruction.
 

Classes

class  BIAS::ColourGradient< StorageType >
 Represents a colour gradient. More...
 
class  BIAS::Debug
 
class  BIAS::GenSynthMatches
 class for generating synthetic matches More...
 
class  BIAS::GenVisiblePoints
 Class for generating 3D points visible by a set of cameras. More...
 
class  BIAS::GraphPlotter
 Use this class to plot data as gnuplot does. More...
 
class  BIAS::ImageValueBar< StorageType >
 this class represents an image value bar. More...
 
class  BIAS::IndexLineSetHandler
 This class parses a VRML file containing an indexed line set and stores the containing lines. More...
 
class  BIAS::IOUtils
 Class grouping together some IO code often used in (small) application, like loading images, parsing their meta data etc. More...
 
class  BIAS::MarchingCubes
 creates a closed mesh from a set of points. More...
 
class  BIAS::MatchDataBase
 class for representing matches, used in GenSynthMatches and biasshowsm More...
 
class  BIAS::MutexSingleton
 Wrapper for pthread mutex for use with 'automatic' initialization. More...
 
class  BIAS::Param
 This class Param provides generic support for parameters. More...
 
class  BIAS::ParamCallbackInterface
 This class provides an interface to be called if parameter changes occured. More...
 
class  BIAS::ParamTypeBase
 This file holds the definitions of the parameter types used by BIAS::Param. More...
 
class  BIAS::PMatrix3DData
 stores important data for drawing a camera More...
 
class  BIAS::SerialPortIO
 Communication over the serial port, use OpenPort with e.g. More...
 
class  BIAS::SharedPtr< T >
 pointer with reference count and automatic deletion More...
 
class  BIAS::StringUtils
 Contains some useful methods for string manipulation. More...
 
class  BIAS::ThreeDOut
 Unified output of 3D entities via OpenGL or VRML. More...
 
struct  BIAS::ThreeDOutParameters
 configuration struct for drawing styles of various 3d objects More...
 
class  BIAS::TimeMeasure
 class TimeMeasure contains functions for timing real time and cpu time. More...
 
class  BIAS::TriangleMesh
 Create and represent a 3D triangle mesh. More...
 
class  BIAS::UUID
 interface class for producing/storing Universally Unique IDentifiers More...
 
class  BIAS::XMLBase
 Base class with interface for xml output. More...
 
class  BIAS::XMLIO
 Wrapper class for reading and writing XML files based on the XML library libxml2. More...
 

Functions

static bool BIAS::Checksum::CalcCRC_CCITT16 (unsigned int &crc, unsigned char *input, unsigned lenght)
 Calculates CCITT-16 checksum with most significant bit first MSB. More...
 

Detailed Description

useful clases for debugging, profiling or comand line parameters etc.

see Utils

Function Documentation

bool Checksum::CalcCRC_CCITT16 ( unsigned int &  crc,
unsigned char *  input,
unsigned  lenght 
)
static