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.
◆ ImgPixel() [1/2]
◆ ImgPixel() [2/2]
setting cv::Vector from Scalar
◆ 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==()
bool operator== |
( |
const ImgPixelBase< T, Channels > & |
other | ) |
const |
|
inlineinherited |
◆ 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: