MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
#include <mdsCvTraits.h>
Public Member Functions | |
template<> | |
int | convWidthStep (int Bytes) |
template<> | |
int | convWidthStep (int Bytes) |
template<> | |
int | convWidthStep (int Bytes) |
template<> | |
int | convWidthStep (int Bytes) |
template<> | |
int | convWidthStep (int Bytes) |
template<> | |
int | convWidthStep (int Bytes) |
template<> | |
int | convWidthStep (int Bytes) |
template<> | |
int | getChannels () |
template<> | |
int | getChannels () |
template<> | |
int | getChannels () |
template<> | |
int | getChannels () |
template<> | |
int | getChannels () |
template<> | |
int | getChannels () |
template<> | |
int | getChannels () |
template<> | |
int | getDepth () |
template<> | |
int | getDepth () |
template<> | |
int | getDepth () |
template<> | |
int | getDepth () |
template<> | |
int | getDepth () |
template<> | |
int | getDepth () |
template<> | |
int | getDepth () |
Static Public Member Functions | |
static int | convWidthStep (int Bytes) |
Returns offset (in pixels) betwen two neighbouring pixels in image column. | |
static int | getChannels () |
Returns number of channels for a corresponding OpenCV image. | |
static int | getDepth () |
Returns depth for a corresponding OpenCV image. | |
static int | getPixelSize () |
Returns pixel size in bytes. |
int mds::img::CvTraits< tPixel8 >::convWidthStep | ( | int | Bytes | ) |
static int mds::img::CvTraits< T >::convWidthStep | ( | int | Bytes | ) | [static] |
Returns offset (in pixels) betwen two neighbouring pixels in image column.
int mds::img::CvTraits< tPixel16 >::convWidthStep | ( | int | Bytes | ) |
int mds::img::CvTraits< tPixel32 >::convWidthStep | ( | int | Bytes | ) |
int mds::img::CvTraits< tFloatPixel >::convWidthStep | ( | int | Bytes | ) |
int mds::img::CvTraits< tDensityPixel >::convWidthStep | ( | int | Bytes | ) |
int mds::img::CvTraits< tRGBPixel >::convWidthStep | ( | int | Bytes | ) |
int mds::img::CvTraits< tComplexPixel >::convWidthStep | ( | int | Bytes | ) |
int mds::img::CvTraits< tPixel8 >::getChannels | ( | ) |
static int mds::img::CvTraits< T >::getChannels | ( | ) | [static] |
Returns number of channels for a corresponding OpenCV image.
int mds::img::CvTraits< tPixel16 >::getChannels | ( | ) |
int mds::img::CvTraits< tPixel32 >::getChannels | ( | ) |
int mds::img::CvTraits< tFloatPixel >::getChannels | ( | ) |
int mds::img::CvTraits< tDensityPixel >::getChannels | ( | ) |
int mds::img::CvTraits< tRGBPixel >::getChannels | ( | ) |
int mds::img::CvTraits< tComplexPixel >::getChannels | ( | ) |
int mds::img::CvTraits< tPixel8 >::getDepth | ( | ) |
static int mds::img::CvTraits< T >::getDepth | ( | ) | [static] |
Returns depth for a corresponding OpenCV image.
int mds::img::CvTraits< tPixel16 >::getDepth | ( | ) |
int mds::img::CvTraits< tPixel32 >::getDepth | ( | ) |
int mds::img::CvTraits< tFloatPixel >::getDepth | ( | ) |
int mds::img::CvTraits< tDensityPixel >::getDepth | ( | ) |
int mds::img::CvTraits< tRGBPixel >::getDepth | ( | ) |
int mds::img::CvTraits< tComplexPixel >::getDepth | ( | ) |
static int mds::img::CvTraits< T >::getPixelSize | ( | ) | [static] |
Returns pixel size in bytes.