|
template<std::size_t i, typename T , int m, int n> |
constexpr tuple_element_t< i, cv::Matx< T, m, n > > & | get (cv::Matx< T, m, n > &matx) noexcept |
|
template<std::size_t i, typename T , int m, int n> |
constexpr const tuple_element_t< i, cv::Matx< T, m, n > > & | get (const cv::Matx< T, m, n > &matx) noexcept |
|
template<std::size_t i, typename T , int m, int n> |
constexpr tuple_element_t< i, cv::Matx< T, m, n > > && | get (cv::Matx< T, m, n > &&matx) noexcept |
|
template<std::size_t i, typename T , int m, int n> |
constexpr const tuple_element_t< i, cv::Matx< T, m, n > > && | get (const cv::Matx< T, m, n > &&matx) noexcept |
|
template<std::size_t i, std::size_t j, typename T , int m, int n> |
constexpr T & | at (cv::Matx< T, m, n > &matx) |
|
template<std::size_t i, std::size_t j, typename T , int m, int n> |
constexpr const T & | at (const cv::Matx< T, m, n > &matx) |
|
template<std::size_t i, std::size_t j, typename T , int m, int n> |
constexpr T && | at (cv::Matx< T, m, n > &&matx) |
|
template<std::size_t i, std::size_t j, typename T , int m, int n> |
constexpr const T && | at (const cv::Matx< T, m, n > &&matx) |
|
template<typename T , int m, int n, typename N > |
cv::Matx< T, m, n > | add (const cv::Matx< T, m, n > &matx, N n_) |
|