![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Functions | |
| template<> | |
| void | cut (mds::img::tRGBPixel &x, const mds::img::tRGBPixel &a, const mds::img::tRGBPixel &b, const mds::img::tRGBPixel &n) |
| template<> | |
| mds::img::tRGBPixel | getAbs (const mds::img::tRGBPixel &a) |
| template<> | |
| mds::img::tRGBPixel | getMax (const mds::img::tRGBPixel &a, const mds::img::tRGBPixel &b) |
| template<> | |
| mds::img::tRGBPixel | getMin (const mds::img::tRGBPixel &a, const mds::img::tRGBPixel &b) |
| template<> | |
| void | limit (mds::img::tRGBPixel &x, const mds::img::tRGBPixel &a, const mds::img::tRGBPixel &b) |
| void math::cut | ( | mds::img::tRGBPixel & | x, |
| const mds::img::tRGBPixel & | a, | ||
| const mds::img::tRGBPixel & | b, | ||
| const mds::img::tRGBPixel & | n | ||
| ) |
| mds::img::tRGBPixel math::getAbs | ( | const mds::img::tRGBPixel & | a | ) |
| mds::img::tRGBPixel math::getMax | ( | const mds::img::tRGBPixel & | a, |
| const mds::img::tRGBPixel & | b | ||
| ) |
| mds::img::tRGBPixel math::getMin | ( | const mds::img::tRGBPixel & | a, |
| const mds::img::tRGBPixel & | b | ||
| ) |
| void math::limit | ( | mds::img::tRGBPixel & | x, |
| const mds::img::tRGBPixel & | a, | ||
| const mds::img::tRGBPixel & | b | ||
| ) |
1.7.6.1