#include <ConversionMatrix.h>
|
| | ConversionToRGB (float Kr, float Kb) |
| |
| | ~ConversionToRGB () override=default |
| |
| | CMatrix ()=default |
| |
| | CMatrix (const CMatrix< Order - 1 > &other) |
| |
| | CMatrix (const std::array< std::array< float, Order >, Order > &other) |
| |
| | CMatrix (const std::array< std::array< float, Order - 1 >, Order - 1 > &other) |
| |
| virtual | ~CMatrix ()=default |
| |
| virtual CMatrix | operator* (const std::array< std::array< float, Order >, Order > &other) |
| |
| CMatrix | operator* (const CMatrix &other) |
| |
| CMatrix & | operator*= (const CMatrix &other) |
| |
| CMatrix & | operator= (const std::array< std::array< float, Order - 1 >, Order - 1 > &other) |
| |
| bool | operator== (const CMatrix< Order > &other) const |
| |
| std::array< float, Order > & | operator[] (int index) |
| |
| const std::array< float, Order > & | operator[] (int index) const |
| |
| std::array< std::array< float, Order >, Order > & | Get () |
| |
| const std::array< std::array< float, Order >, Order > & | Get () const |
| |
| CMatrix & | Invert () |
| |
| float * | ToRaw () |
| |
|
| | ConversionToRGB ()=default |
| |
| std::array< std::array< float, Order >, Order > | Invert (std::array< std::array< float, Order >, Order > &other) const |
| |
◆ ConversionToRGB() [1/2]
| ConversionToRGB::ConversionToRGB |
( |
float | Kr, |
|
|
float | Kb ) |
◆ ~ConversionToRGB()
| ConversionToRGB::~ConversionToRGB |
( |
| ) |
|
|
overridedefault |
◆ ConversionToRGB() [2/2]
| ConversionToRGB::ConversionToRGB |
( |
| ) |
|
|
protecteddefault |
◆ a11
| float ConversionToRGB::a11 |
|
protected |
◆ a12
| float ConversionToRGB::a12 |
|
protected |
◆ a13
| float ConversionToRGB::a13 |
|
protected |
◆ CbDen
| float ConversionToRGB::CbDen |
|
protected |
◆ CrDen
| float ConversionToRGB::CrDen |
|
protected |
The documentation for this class was generated from the following files: