OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
cv::Mat_< _Tp > Member List

This is the complete list of members for cv::Mat_< _Tp >, including all inherited members.

addref()cv::Mat
adjustROI(int dtop, int dbottom, int dleft, int dright)cv::Mat_< _Tp >
allocatorcv::Mat
assignTo(Mat &m, int type=-1) const cv::Mat
at(int i0=0)cv::Mat
at(int i0=0) const cv::Mat
at(int i0, int i1)cv::Mat
at(int i0, int i1) const cv::Mat
at(int i0, int i1, int i2)cv::Mat
at(int i0, int i1, int i2) const cv::Mat
at(const int *idx)cv::Mat
at(const int *idx) const cv::Mat
at(const Vec< int, n > &idx)cv::Mat
at(const Vec< int, n > &idx) const cv::Mat
at(Point pt)cv::Mat
at(Point pt) const cv::Mat
AUTO_STEP enum valuecv::Mat
begin()cv::Mat_< _Tp >
begin() const cv::Mat_< _Tp >
channel_type typedefcv::Mat_< _Tp >
channels() const cv::Mat_< _Tp >
checkVector(int elemChannels, int depth=-1, bool requireContinuous=true) const cv::Mat
clone() const cv::Mat_< _Tp >
col(int x) const cv::Mat_< _Tp >
colRange(int startcol, int endcol) const cv::Mat
colRange(const Range &r) const cv::Mat
colscv::Mat
const_iterator typedefcv::Mat_< _Tp >
CONTINUOUS_FLAG enum valuecv::Mat
convertTo(OutputArray m, int rtype, double alpha=1, double beta=0) const cv::Mat
copySize(const Mat &m)cv::Mat
copyTo(OutputArray m) const cv::Mat
copyTo(OutputArray m, InputArray mask) const cv::Mat
create(int _rows, int _cols)cv::Mat_< _Tp >
create(Size _size)cv::Mat_< _Tp >
create(int _ndims, const int *_sizes)cv::Mat_< _Tp >
cv::Mat::create(int rows, int cols, int type)cv::Mat
cv::Mat::create(Size size, int type)cv::Mat
cv::Mat::create(int ndims, const int *sizes, int type)cv::Mat
cross(const Mat_ &m) const cv::Mat_< _Tp >
cv::Mat::cross(InputArray m) const cv::Mat
datacv::Mat
dataendcv::Mat
datalimitcv::Mat
datastartcv::Mat
deallocate()cv::Mat
depth() const cv::Mat_< _Tp >
DEPTH_MASK enum valuecv::Mat
diag(int d=0) const cv::Mat_< _Tp >
cv::Mat::diag(const Mat &d)cv::Matstatic
dimscv::Mat
dot(InputArray m) const cv::Mat
elemSize() const cv::Mat_< _Tp >
elemSize1() const cv::Mat_< _Tp >
empty() const cv::Mat
end()cv::Mat_< _Tp >
end() const cv::Mat_< _Tp >
eye(int rows, int cols)cv::Mat_< _Tp >static
eye(Size size)cv::Mat_< _Tp >static
cv::Mat::eye(int rows, int cols, int type)cv::Matstatic
cv::Mat::eye(Size size, int type)cv::Matstatic
flagscv::Mat
forEach(const Functor &operation)cv::Mat_< _Tp >
forEach(const Functor &operation) const cv::Mat_< _Tp >
forEach_impl(const Functor &operation)cv::Matinlineprotected
getStdAllocator()cv::Matstatic
getUMat(int accessFlags, UMatUsageFlags usageFlags=USAGE_DEFAULT) const cv::Mat
inv(int method=DECOMP_LU) const cv::Mat
isContinuous() const cv::Mat
isSubmatrix() const cv::Mat
iterator typedefcv::Mat_< _Tp >
locateROI(Size &wholeSize, Point &ofs) const cv::Mat
MAGIC_MASK enum valuecv::Mat
MAGIC_VAL enum valuecv::Mat
Mat()cv::Mat
Mat(int rows, int cols, int type)cv::Mat
Mat(Size size, int type)cv::Mat
Mat(int rows, int cols, int type, const Scalar &s)cv::Mat
Mat(Size size, int type, const Scalar &s)cv::Mat
Mat(int ndims, const int *sizes, int type)cv::Mat
Mat(int ndims, const int *sizes, int type, const Scalar &s)cv::Mat
Mat(const Mat &m)cv::Mat
Mat(int rows, int cols, int type, void *data, size_t step=AUTO_STEP)cv::Mat
Mat(Size size, int type, void *data, size_t step=AUTO_STEP)cv::Mat
Mat(int ndims, const int *sizes, int type, void *data, const size_t *steps=0)cv::Mat
Mat(const Mat &m, const Range &rowRange, const Range &colRange=Range::all())cv::Mat
Mat(const Mat &m, const Rect &roi)cv::Mat
Mat(const Mat &m, const Range *ranges)cv::Mat
Mat(const std::vector< _Tp > &vec, bool copyData=false)cv::Matexplicit
Mat(const Vec< _Tp, n > &vec, bool copyData=true)cv::Matexplicit
Mat(const Matx< _Tp, m, n > &mtx, bool copyData=true)cv::Matexplicit
Mat(const Point_< _Tp > &pt, bool copyData=true)cv::Matexplicit
Mat(const Point3_< _Tp > &pt, bool copyData=true)cv::Matexplicit
Mat(const MatCommaInitializer_< _Tp > &commaInitializer)cv::Matexplicit
Mat(const cuda::GpuMat &m)cv::Matexplicit
Mat_()cv::Mat_< _Tp >
Mat_(int _rows, int _cols)cv::Mat_< _Tp >
Mat_(int _rows, int _cols, const _Tp &value)cv::Mat_< _Tp >
Mat_(Size _size)cv::Mat_< _Tp >explicit
Mat_(Size _size, const _Tp &value)cv::Mat_< _Tp >
Mat_(int _ndims, const int *_sizes)cv::Mat_< _Tp >
Mat_(int _ndims, const int *_sizes, const _Tp &value)cv::Mat_< _Tp >
Mat_(const Mat &m)cv::Mat_< _Tp >
Mat_(const Mat_ &m)cv::Mat_< _Tp >
Mat_(int _rows, int _cols, _Tp *_data, size_t _step=AUTO_STEP)cv::Mat_< _Tp >
Mat_(int _ndims, const int *_sizes, _Tp *_data, const size_t *_steps=0)cv::Mat_< _Tp >
Mat_(const Mat_ &m, const Range &rowRange, const Range &colRange=Range::all())cv::Mat_< _Tp >
Mat_(const Mat_ &m, const Rect &roi)cv::Mat_< _Tp >
Mat_(const Mat_ &m, const Range *ranges)cv::Mat_< _Tp >
Mat_(const MatExpr &e)cv::Mat_< _Tp >explicit
Mat_(const std::vector< _Tp > &vec, bool copyData=false)cv::Mat_< _Tp >explicit
Mat_(const Vec< typename DataType< _Tp >::channel_type, n > &vec, bool copyData=true)cv::Mat_< _Tp >explicit
Mat_(const Matx< typename DataType< _Tp >::channel_type, m, n > &mtx, bool copyData=true)cv::Mat_< _Tp >explicit
Mat_(const Point_< typename DataType< _Tp >::channel_type > &pt, bool copyData=true)cv::Mat_< _Tp >explicit
Mat_(const Point3_< typename DataType< _Tp >::channel_type > &pt, bool copyData=true)cv::Mat_< _Tp >explicit
Mat_(const MatCommaInitializer_< _Tp > &commaInitializer)cv::Mat_< _Tp >explicit
mul(InputArray m, double scale=1) const cv::Mat
ones(int rows, int cols)cv::Mat_< _Tp >static
ones(Size size)cv::Mat_< _Tp >static
ones(int _ndims, const int *_sizes)cv::Mat_< _Tp >static
cv::Mat::ones(int rows, int cols, int type)cv::Matstatic
cv::Mat::ones(Size size, int type)cv::Matstatic
cv::Mat::ones(int ndims, const int *sz, int type)cv::Matstatic
operator Mat_< T2 >() const cv::Mat_< _Tp >
operator Matx< _Tp, m, n >() const cv::Mat
operator Matx< typename DataType< _Tp >::channel_type, m, n >() const cv::Mat_< _Tp >
operator std::vector< _Tp >() const cv::Mat_< _Tp >
operator Vec< _Tp, n >() const cv::Mat
operator Vec< typename DataType< _Tp >::channel_type, n >() const cv::Mat_< _Tp >
operator()(const Range &rowRange, const Range &colRange) const cv::Mat_< _Tp >
operator()(const Rect &roi) const cv::Mat_< _Tp >
operator()(const Range *ranges) const cv::Mat_< _Tp >
operator()(const int *idx)cv::Mat_< _Tp >
operator()(const int *idx) const cv::Mat_< _Tp >
operator()(const Vec< int, n > &idx)cv::Mat_< _Tp >
operator()(const Vec< int, n > &idx) const cv::Mat_< _Tp >
operator()(int idx0)cv::Mat_< _Tp >
operator()(int idx0) const cv::Mat_< _Tp >
operator()(int idx0, int idx1)cv::Mat_< _Tp >
operator()(int idx0, int idx1) const cv::Mat_< _Tp >
operator()(int idx0, int idx1, int idx2)cv::Mat_< _Tp >
operator()(int idx0, int idx1, int idx2) const cv::Mat_< _Tp >
operator()(Point pt)cv::Mat_< _Tp >
operator()(Point pt) const cv::Mat_< _Tp >
cv::Mat::operator()(Range rowRange, Range colRange) const cv::Mat
operator=(const Mat &m)cv::Mat_< _Tp >
operator=(const Mat_ &m)cv::Mat_< _Tp >
operator=(const _Tp &s)cv::Mat_< _Tp >
operator=(const MatExpr &e)cv::Mat_< _Tp >
cv::Mat::operator=(const Scalar &s)cv::Mat
operator[](int y)cv::Mat_< _Tp >
operator[](int y) const cv::Mat_< _Tp >
pop_back(size_t nelems=1)cv::Mat
ptr(int i0=0)cv::Mat
ptr(int i0=0) const cv::Mat
ptr(int i0, int i1)cv::Mat
ptr(int i0, int i1) const cv::Mat
ptr(int i0, int i1, int i2)cv::Mat
ptr(int i0, int i1, int i2) const cv::Mat
ptr(const int *idx)cv::Mat
ptr(const int *idx) const cv::Mat
ptr(const Vec< int, n > &idx)cv::Mat
ptr(const Vec< int, n > &idx) const cv::Mat
ptr(int i0=0)cv::Mat
ptr(int i0=0) const cv::Mat
ptr(int i0, int i1)cv::Mat
ptr(int i0, int i1) const cv::Mat
ptr(int i0, int i1, int i2)cv::Mat
ptr(int i0, int i1, int i2) const cv::Mat
ptr(const int *idx)cv::Mat
ptr(const int *idx) const cv::Mat
ptr(const Vec< int, n > &idx)cv::Mat
ptr(const Vec< int, n > &idx) const cv::Mat
push_back(const _Tp &elem)cv::Mat
push_back(const Mat_< _Tp > &elem)cv::Mat
push_back(const Mat &m)cv::Mat
push_back_(const void *elem)cv::Mat
release()cv::Mat
reserve(size_t sz)cv::Mat
reshape(int cn, int rows=0) const cv::Mat
reshape(int cn, int newndims, const int *newsz) const cv::Mat
resize(size_t sz)cv::Mat
resize(size_t sz, const Scalar &s)cv::Mat
row(int y) const cv::Mat_< _Tp >
rowRange(int startrow, int endrow) const cv::Mat
rowRange(const Range &r) const cv::Mat
rowscv::Mat
setTo(InputArray value, InputArray mask=noArray())cv::Mat
sizecv::Mat
stepcv::Mat
step1(int i=0) const cv::Mat_< _Tp >
stepT(int i=0) const cv::Mat_< _Tp >
SUBMATRIX_FLAG enum valuecv::Mat
t() const cv::Mat
total() const cv::Mat
type() const cv::Mat_< _Tp >
TYPE_MASK enum valuecv::Mat
ucv::Mat
value_type typedefcv::Mat_< _Tp >
zeros(int rows, int cols)cv::Mat_< _Tp >static
zeros(Size size)cv::Mat_< _Tp >static
zeros(int _ndims, const int *_sizes)cv::Mat_< _Tp >static
cv::Mat::zeros(int rows, int cols, int type)cv::Matstatic
cv::Mat::zeros(Size size, int type)cv::Matstatic
cv::Mat::zeros(int ndims, const int *sz, int type)cv::Matstatic
~Mat()cv::Mat