base interface for ImgPixel classes This class wraps typed cv::Vect to represent an ImagePixel The Vect is typed by template parameter T and channels are set by template parameter Channels.
More...
#include <image/ImgPixel.h>
template<typename T, int Channels>
class mira::ImgPixelBase< T, Channels >
base interface for ImgPixel classes This class wraps typed cv::Vect to represent an ImagePixel The Vect is typed by template parameter T and channels are set by template parameter Channels.
◆ operator[]() [1/2]
T operator[] |
( |
int |
i | ) |
const |
|
inline |
access to index i of vector
◆ operator[]() [2/2]
const access to index i of vector
◆ operator()() [1/2]
T operator() |
( |
int |
i | ) |
const |
|
inline |
access to index i of vector
◆ operator()() [2/2]
const access to index i of vector
◆ operator==()
bool operator== |
( |
const ImgPixelBase< T, Channels > & |
other | ) |
const |
|
inline |
◆ operator cv::Scalar()
operator cv::Scalar |
( |
| ) |
const |
|
inline |
casts internal cv::Vect to cv::Scalar
The documentation for this class was generated from the following file: