MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Functions
math Namespace Reference

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)

Function Documentation

template<>
void math::cut ( mds::img::tRGBPixel x,
const mds::img::tRGBPixel a,
const mds::img::tRGBPixel b,
const mds::img::tRGBPixel n 
)
template<>
mds::img::tRGBPixel math::getMax ( const mds::img::tRGBPixel a,
const mds::img::tRGBPixel b 
)
template<>
mds::img::tRGBPixel math::getMin ( const mds::img::tRGBPixel a,
const mds::img::tRGBPixel b 
)
template<>
void math::limit ( mds::img::tRGBPixel x,
const mds::img::tRGBPixel a,
const mds::img::tRGBPixel b 
)