Template Class Mat
Defined in File xf_structs.hpp
Class Documentation
-
template<int T, int ROWS, int COLS, int NPC, int XFCVDEPTH = _XFCVDEPTH_DEFAULT>
class xf::cv::Mat Public Types
Public Functions
- typedef XF_TNAME (T, NPC) DATATYPE
-
inline Mat()
-
inline Mat(int _rows, int _cols)
-
Mat(int _size, int _rows, int _cols)
-
inline Mat(int _rows, int _cols, void *_data)
-
~Mat()
-
template<int D = XFCVDEPTH, typename std::enable_if<(D < 0)>::type* = nullptr>
inline void alloc_data()
-
template<int D = XFCVDEPTH, typename std::enable_if<(D >= 0)>::type* = nullptr>
inline void alloc_data()
-
template<int D = XFCVDEPTH, typename std::enable_if<(D < 0)>::type* = nullptr>
inline void free_data()
-
template<int D = XFCVDEPTH, typename std::enable_if<(D >= 0)>::type* = nullptr>
inline void free_data()
-
template<int D = XFCVDEPTH, typename std::enable_if<(D < 0)>::type* = nullptr>
inline void copyData(const Mat &src)
-
template<int D = XFCVDEPTH, typename std::enable_if<(D >= 0)>::type* = nullptr>
inline void copyData(const Mat &src)
-
template<int D = XFCVDEPTH, typename std::enable_if<(D < 0)>::type* = nullptr>
inline void assignDataPtr(void *_data)
-
template<int D = XFCVDEPTH, typename std::enable_if<(D >= 0)>::type* = nullptr>
inline void assignDataPtr(void *_data)
-
template<int D = XFCVDEPTH, typename std::enable_if<(D < 0)>::type* = nullptr>
inline read(int index)
-
template<int D = XFCVDEPTH, typename std::enable_if<(D >= 0)>::type* = nullptr>
inline read(int index)
-
inline float read_float(int index)
- template<int D = XFCVDEPTH, typename std::enable_if<(D< 0)>::type * = nullptr> inline void write (int index, XF_TNAME(T, NPC) val)
- template<int D = XFCVDEPTH, typename std::enable_if<(D >=0)>::type * = nullptr> inline void write (int index, XF_TNAME(T, NPC) val)
-
inline void write_float(int index, float val)
-
template<int D = XFCVDEPTH, typename std::enable_if<(D >= 0)>::type* = nullptr>
inline void init(int _rows, int _cols, void *_data)
-
template<int D = XFCVDEPTH, typename std::enable_if<(D < 0)>::type* = nullptr>
inline void init(int _rows, int _cols, void *_data)
-
inline void init(int _rows, int _cols, bool allocate = true)
-
inline void copyTo(void *fromData)
-
inline unsigned char *copyFrom()
-
const int type() const
-
const int depth() const
-
const int channels() const