specialization of PixelBase class for 2 channels
More...
#include <image/ImgPixel.h>
template<typename T>
class mira::ImgPixel< T, 2 >
specialization of PixelBase class for 2 channels
◆ ImgPixel() [1/2]
◆ ImgPixel() [2/2]
constructor setting the values of the pixel
◆ operator[]() [1/2]
T operator[] |
( |
int |
i | ) |
const |
|
inlineinherited |
access to index i of vector
◆ operator[]() [2/2]
const access to index i of vector
◆ operator()() [1/2]
T operator() |
( |
int |
i | ) |
const |
|
inlineinherited |
access to index i of vector
◆ operator()() [2/2]
const access to index i of vector
◆ operator==()
◆ operator cv::Scalar()
operator cv::Scalar |
( |
| ) |
const |
|
inlineinherited |
casts internal cv::Vect to cv::Scalar
The documentation for this class was generated from the following file: