| at(uint row, uint column) noexcept(false) | CTL::mat::MatrixBase< Rows, Cols > | |
| at(uint row, uint column) const noexcept(false) | CTL::mat::MatrixBase< Rows, Cols > | |
| at(uint n) | CTL::mat::MatrixBase< Rows, Cols > | |
| at(uint n) const | CTL::mat::MatrixBase< Rows, Cols > | |
| begin() | CTL::mat::MatrixBase< Rows, Cols > | |
| begin() const | CTL::mat::MatrixBase< Rows, Cols > | |
| changeDetectorResolution(double resamplingFactor) | CTL::mat::ProjectionMatrix | |
| changeDetectorResolution(double resamplingFactorX, double resamplingFactorY) | CTL::mat::ProjectionMatrix | |
| column() const | CTL::mat::Matrix< 3, 4 > | |
| compose(const Matrix< 3, 3 > &M, const Matrix< 3, 1 > &p4) | CTL::mat::ProjectionMatrix | static |
| compose(const Matrix< 3, 3 > &K, const Matrix< 3, 3 > &R, const Matrix< 3, 1 > &source) | CTL::mat::ProjectionMatrix | static |
| constBegin() const | CTL::mat::MatrixBase< Rows, Cols > | |
| constData() const | CTL::mat::MatrixBase< Rows, Cols > | |
| constEnd() const | CTL::mat::MatrixBase< Rows, Cols > | |
| data() | CTL::mat::MatrixBase< Rows, Cols > | |
| data() const | CTL::mat::MatrixBase< Rows, Cols > | |
| diag(const Matrix< N, 1 > &diagElements) | CTL::mat::Matrix< 3, 4 > | related |
| diag(const Matrix< details::minDim(Rows, Cols), 1 > &diagElements) | CTL::mat::Matrix< 3, 4 > | related |
| diag(const Matrix< Rows, Cols > &m) -> Matrix< details::minDim(Rows, Cols), 1 > | CTL::mat::Matrix< 3, 4 > | related |
| directionSourceToPixel(const Matrix< 2, 1 > &pixelCoordinates, NormalizationMode normalizationMode=NoNormalization) const | CTL::mat::ProjectionMatrix | |
| directionSourceToPixel(double x, double y, NormalizationMode normalizationMode=NoNormalization) const | CTL::mat::ProjectionMatrix | |
| dot(const Matrix< N, 1 > &vector1, const Matrix< N, 1 > &vector2) | CTL::mat::Matrix< 3, 4 > | related |
| dot(const Matrix< 1, N > &vector1, const Matrix< 1, N > &vector2) | CTL::mat::Matrix< 3, 4 > | related |
| dot(const Matrix< N, 1 > &vector1, const Matrix< 1, N > &vector2) | CTL::mat::Matrix< 3, 4 > | related |
| dot(const Matrix< 1, N > &vector1, const Matrix< N, 1 > &vector2) | CTL::mat::Matrix< 3, 4 > | related |
| end() | CTL::mat::MatrixBase< Rows, Cols > | |
| end() const | CTL::mat::MatrixBase< Rows, Cols > | |
| eye() | CTL::mat::Matrix< 3, 4 > | related |
| eye() | CTL::mat::Matrix< 3, 4 > | related |
| fill(double fillValue) | CTL::mat::Matrix< 3, 4 > | |
| focalLength() const | CTL::mat::ProjectionMatrix | |
| fromContainer(const Container &vector, size_t NthMat, bool *ok=nullptr) | CTL::mat::Matrix< 3, 4 > | static |
| get() noexcept | CTL::mat::MatrixBase< Rows, Cols > | |
| get() const noexcept | CTL::mat::MatrixBase< Rows, Cols > | |
| get() noexcept | CTL::mat::MatrixBase< Rows, Cols > | |
| get() const noexcept | CTL::mat::MatrixBase< Rows, Cols > | |
| horzcat(const Matrix< Rows, Cols1 > &m1, const Matrix< Rows, Cols2 > &m2) | CTL::mat::Matrix< 3, 4 > | related |
| info(const char *lineModifier="") const | CTL::mat::MatrixBase< Rows, Cols > | |
| intrinsicMatK() const | CTL::mat::ProjectionMatrix | |
| isNormalized() const | CTL::mat::ProjectionMatrix | |
| M() const | CTL::mat::ProjectionMatrix | |
| magnificationX(double X, double Y, double Z) const | CTL::mat::ProjectionMatrix | |
| magnificationX(const Matrix< 3, 1 > &worldCoordinate={ 0.0, 0.0, 0.0 }) const | CTL::mat::ProjectionMatrix | |
| magnificationY(double X, double Y, double Z) const | CTL::mat::ProjectionMatrix | |
| magnificationY(const Matrix< 3, 1 > &worldCoordinate={ 0.0, 0.0, 0.0 }) const | CTL::mat::ProjectionMatrix | |
| Matrix()=default (defined in CTL::mat::Matrix< 3, 4 >) | CTL::mat::Matrix< 3, 4 > | |
| Matrix(double fillValue) | CTL::mat::Matrix< 3, 4 > | explicit |
| Matrix(const double(&initArray)[Rows *Cols]) | CTL::mat::Matrix< 3, 4 > | inlineexplicit |
| Matrix(double firstElement, Doubles... matrixElements) | CTL::mat::Matrix< 3, 4 > | inline |
| MatrixBase()=default (defined in CTL::mat::MatrixBase< Rows, Cols >) | CTL::mat::MatrixBase< Rows, Cols > | |
| MatrixBase(double fillValue) | CTL::mat::MatrixBase< Rows, Cols > | inlineexplicit |
| MatrixBase(const double(&initArray)[Rows *Cols]) | CTL::mat::MatrixBase< Rows, Cols > | inlineexplicit |
| MatrixBase(double firstElement, Doubles... matrixElements) | CTL::mat::MatrixBase< Rows, Cols > | inline |
| NoNormalization enum value (defined in CTL::mat::ProjectionMatrix) | CTL::mat::ProjectionMatrix | |
| norm() const | CTL::mat::MatrixBase< Rows, Cols > | |
| NormalizationMode enum name | CTL::mat::ProjectionMatrix | |
| normalize() | CTL::mat::ProjectionMatrix | |
| NormalizeAsUnitVector enum value (defined in CTL::mat::ProjectionMatrix) | CTL::mat::ProjectionMatrix | |
| NormalizeByChannel enum value (defined in CTL::mat::ProjectionMatrix) | CTL::mat::ProjectionMatrix | |
| NormalizeByRow enum value (defined in CTL::mat::ProjectionMatrix) | CTL::mat::ProjectionMatrix | |
| NormalizeByX enum value (defined in CTL::mat::ProjectionMatrix) | CTL::mat::ProjectionMatrix | |
| NormalizeByY enum value (defined in CTL::mat::ProjectionMatrix) | CTL::mat::ProjectionMatrix | |
| normalized() const | CTL::mat::ProjectionMatrix | |
| operator *(double scalar) const (defined in CTL::mat::Matrix< 3, 4 >) | CTL::mat::Matrix< 3, 4 > | |
| operator *(const Matrix< Cols, Cols2 > &rhs) const | CTL::mat::Matrix< 3, 4 > | |
| operator *(double scalar, const Matrix< Rows, Cols > &rhs) | CTL::mat::Matrix< 3, 4 > | related |
| operator *=(double scalar) (defined in CTL::mat::Matrix< 3, 4 >) | CTL::mat::Matrix< 3, 4 > | |
| operator!=(const MatrixBase< Rows, Cols > &rhs) const | CTL::mat::MatrixBase< Rows, Cols > | |
| operator%(const Matrix< Rows, Cols > &rhs) const | CTL::mat::Matrix< 3, 4 > | |
| operator%=(const Matrix< Rows, Cols > &rhs) | CTL::mat::Matrix< 3, 4 > | |
| operator()(uint row, uint column) | CTL::mat::MatrixBase< Rows, Cols > | |
| operator()(uint row, uint column) const | CTL::mat::MatrixBase< Rows, Cols > | |
| operator()(uint n) | CTL::mat::MatrixBase< Rows, Cols > | |
| operator()(uint n) const | CTL::mat::MatrixBase< Rows, Cols > | |
| operator+(const Matrix< Rows, Cols > &rhs) const (defined in CTL::mat::Matrix< 3, 4 >) | CTL::mat::Matrix< 3, 4 > | |
| operator+=(const Matrix< Rows, Cols > &rhs) (defined in CTL::mat::Matrix< 3, 4 >) | CTL::mat::Matrix< 3, 4 > | |
| operator-() const (defined in CTL::mat::Matrix< 3, 4 >) | CTL::mat::Matrix< 3, 4 > | |
| operator-(const Matrix< Rows, Cols > &rhs) const (defined in CTL::mat::Matrix< 3, 4 >) | CTL::mat::Matrix< 3, 4 > | |
| operator-=(const Matrix< Rows, Cols > &rhs) (defined in CTL::mat::Matrix< 3, 4 >) | CTL::mat::Matrix< 3, 4 > | |
| operator/(double scalar) const (defined in CTL::mat::Matrix< 3, 4 >) | CTL::mat::Matrix< 3, 4 > | |
| operator/=(double scalar) (defined in CTL::mat::Matrix< 3, 4 >) | CTL::mat::Matrix< 3, 4 > | |
| operator==(const MatrixBase< Rows, Cols > &rhs) const | CTL::mat::MatrixBase< Rows, Cols > | |
| operator[](uint row) | CTL::mat::MatrixBase< Rows, Cols > | |
| operator[](uint row) const | CTL::mat::MatrixBase< Rows, Cols > | |
| operator|(const Matrix< Rows, Cols > &rhs) const | CTL::mat::Matrix< 3, 4 > | |
| operator|=(const Matrix< Rows, Cols > &rhs) | CTL::mat::Matrix< 3, 4 > | |
| p4() const | CTL::mat::ProjectionMatrix | |
| principalPoint() const | CTL::mat::ProjectionMatrix | |
| principalRayDirection() const | CTL::mat::ProjectionMatrix | |
| ProjectionMatrix()=default | CTL::mat::ProjectionMatrix | |
| ProjectionMatrix(const Matrix< 3, 4 > &other) | CTL::mat::ProjectionMatrix | inline |
| projectOntoDetector(double X, double Y, double Z) const | CTL::mat::ProjectionMatrix | |
| projectOntoDetector(const Matrix< 3, 1 > &worldCoordinate) const | CTL::mat::ProjectionMatrix | |
| reshaped() const | CTL::mat::Matrix< 3, 4 > | |
| reshapedAsVector() const | CTL::mat::Matrix< 3, 4 > | |
| rotationMatR() const | CTL::mat::ProjectionMatrix | |
| row() const | CTL::mat::Matrix< 3, 4 > | |
| SEPARATOR_CHARACTER_FOR_INFO_STRING | CTL::mat::MatrixBase< Rows, Cols > | static |
| shiftDetectorOrigin(const Matrix< 2, 1 > &translation) | CTL::mat::ProjectionMatrix | |
| shiftDetectorOrigin(double translationX, double translationY) | CTL::mat::ProjectionMatrix | |
| size() const | CTL::mat::MatrixBase< Rows, Cols > | |
| skewAngle() const | CTL::mat::ProjectionMatrix | |
| skewCoefficient() const | CTL::mat::ProjectionMatrix | |
| sourcePosition() const | CTL::mat::ProjectionMatrix | |
| subMat() const -> Matrix< details::rangeDim(fromRow, toRow), details::rangeDim(fromCol, toCol)> | CTL::mat::Matrix< 3, 4 > | |
| subMat() const -> Matrix< details::vecRangeDim< Rows >(from, to), details::vecRangeDim< Cols >(from, to)> | CTL::mat::Matrix< 3, 4 > | |
| trace() const | CTL::mat::Matrix< 3, 4 > | |
| translationCTS() const | CTL::mat::ProjectionMatrix | |
| transposed() const | CTL::mat::Matrix< 3, 4 > | |
| vertcat(const Matrix< Rows1, Cols > &m1, const Matrix< Rows2, Cols > &m2) | CTL::mat::Matrix< 3, 4 > | related |