MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Compares one LBP sample with a center value. More...
#include <mdsOperators.h>
Static Public Member Functions | |
template<typename T > | |
static R | compare (const T &Center, const T &Value) |
Compares one LBP sample with a given center. | |
static R | compare (const mds::img::tPixel8 &Center, const mds::img::tPixel8 &Value) |
Specialization of the method. | |
static R | compare (const mds::img::tDensityPixel &Center, const mds::img::tDensityPixel &Value) |
Specialization of the method. |
Compares one LBP sample with a center value.
static R mds::lbp::CIsGreater< R, Shift >::compare | ( | const T & | Center, |
const T & | Value | ||
) | [static] |
Compares one LBP sample with a given center.
static R mds::lbp::CIsGreater< R, Shift >::compare | ( | const mds::img::tPixel8 & | Center, |
const mds::img::tPixel8 & | Value | ||
) | [static] |
Specialization of the method.
static R mds::lbp::CIsGreater< R, Shift >::compare | ( | const mds::img::tDensityPixel & | Center, |
const mds::img::tDensityPixel & | Value | ||
) | [static] |
Specialization of the method.