BitObject.C File Reference

#include "MBARI/BitObject.H"
#include "Image/CutPaste.H"
#include "Image/IO.H"
#include "Image/Image.H"
#include "Image/MathOps.H"
#include "Image/Pixels.H"
#include "Image/Transforms.H"
#include "Raster/GenericFrame.H"
#include "Raster/PnmParser.H"
#include "Raster/PnmWriter.H"
#include "Util/Assert.H"
#include "Util/MathFunctions.H"
#include <cmath>
#include <istream>
#include <ostream>
Include dependency graph for BitObject.C:

Go to the source code of this file.

Defines

#define INSTANTIATE(T_or_RGB)

Functions

 INSTANTIATE (PixRGB< byte >)
 INSTANTIATE (PixRGB< float >)
 INSTANTIATE (byte)
 INSTANTIATE (float)

Detailed Description

class that holds an object defined by a shape in a bit image

Definition in file BitObject.C.


Define Documentation

#define INSTANTIATE ( T_or_RGB   ) 
Value:
template void BitObject::drawShape(Image< T_or_RGB >& img, \
                                   const T_or_RGB& color, \
                                   float opacity); \
template void BitObject::drawOutline(Image< T_or_RGB >& img, \
                                     const T_or_RGB& color, \
                                     float opacity); \
template void BitObject::drawBoundingBox(Image< T_or_RGB >& img, \
                                         const T_or_RGB& color, \
                                         float opacity); \
template void BitObject::draw(BitObjectDrawMode mode, \
                              Image< T_or_RGB >& img, \
                              const T_or_RGB& color, \
                              float opacity);

Definition at line 715 of file BitObject.C.

Generated on Sun May 8 08:42:43 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3