Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes
Image and Image Base

ImageBase and Image provide the data structure for all functions dealing with images. More...

+ Collaboration diagram for Image and Image Base:

Classes

class  BIAS::Image< StorageType >
 The image template class for specific storage types. More...
 
class  BIAS::ImageBase
 This is the base class for images in BIAS. More...
 
class  BIAS::PMDImageIO
 Save 2D/3D-image-data together with some metadata in a single tiff-datafile. More...
 
class  BIAS::Position
 stores valid/nvalid positions in image More...
 
class  BIAS::ROI
 class for handling different region of interest (ROI) representations... More...
 

Detailed Description

ImageBase and Image provide the data structure for all functions dealing with images.

Usually Image<unsigned char> is what u need...