MIRA
|
specialization of PixelBase class for 3 channels More...
#include <image/ImgPixel.h>
Public Member Functions | |
ImgPixel () | |
The default constructor. More... | |
ImgPixel (T v0, T v1, T v2) | |
constructor setting the values of the pixel More... | |
ImgPixel (const ColorBase &color) | |
construction from a color of ColorBase More... | |
T | operator[] (int i) const |
access to index i of vector More... | |
T & | operator[] (int i) |
const access to index i of vector More... | |
T | operator() (int i) const |
access to index i of vector More... | |
T & | operator() (int i) |
const access to index i of vector More... | |
bool | operator== (const ImgPixelBase &other) const |
operator cv::Scalar () const | |
casts internal cv::Vect to cv::Scalar More... | |
Protected Attributes | |
cv::Vec< T, Channels > | v |
specialization of PixelBase class for 3 channels
|
inline |
The default constructor.
|
inline |
constructor setting the values of the pixel
|
inlineinherited |
access to index i of vector
|
inlineinherited |
const access to index i of vector
|
inlineinherited |
access to index i of vector
|
inlineinherited |
const access to index i of vector
|
inlineinherited |
|
inlineinherited |
casts internal cv::Vect to cv::Scalar
|
protectedinherited |