dynamic ImgPixel class template ImgPixel class providing flexible types and channels.
More...
#include <image/ImgPixel.h>
template<typename T, int Channels>
class mira::ImgPixel< T, Channels >
dynamic ImgPixel class template ImgPixel class providing flexible types and channels.
Channels of this class are >= 5, since cases 1-4 are specialized in extra classes for efficiency and convenience reasons.
setting cv::Vector from Scalar
T operator[] |
( |
int |
i | ) |
const |
|
inlineinherited |
access to index i of vector
const access to index i of vector
T operator() |
( |
int |
i | ) |
const |
|
inlineinherited |
access to index i of vector
const access to index i of vector
bool operator== |
( |
const ImgPixelBase< T, Channels > & |
other | ) |
const |
|
inlineinherited |
operator cv::Scalar |
( |
| ) |
const |
|
inlineinherited |
casts internal cv::Vect to cv::Scalar
The documentation for this class was generated from the following file: