
#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>
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) | |
class that holds an object defined by a shape in a bit image
Definition in file BitObject.C.
| #define INSTANTIATE | ( | T_or_RGB | ) |
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.
1.6.3