MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
More...
Classes | |
class | mds::img::CColor |
RGBA color definition. More... | |
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::img |
Functions | |
const CColor | mds::img::C_BLACK (0x00, 0x00, 0x00, 0xFF) |
Several basic colors. | |
const CColor | mds::img::C_BLUE (0x00, 0x00, 0xFF, 0xFF) |
const CColor | mds::img::C_CYAN (0x00, 0xFF, 0xFF, 0xFF) |
const CColor | mds::img::C_GRAY (0x80, 0x80, 0x80, 0xFF) |
const CColor | mds::img::C_GREEN (0x00, 0xFF, 0x00, 0xFF) |
const CColor | mds::img::C_MAGENTA (0xFF, 0x00, 0xFF, 0xFF) |
const CColor | mds::img::C_RED (0xFF, 0x00, 0x00, 0xFF) |
const CColor | mds::img::C_WHITE (0xFF, 0xFF, 0xFF, 0xFF) |
const CColor | mds::img::C_YELLOW (0xFF, 0xFF, 0x00, 0xFF) |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/04/25
Description: