Home
last modified time | relevance | path

Searched refs:SparseMat_ (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dmat.inl.hpp1964 SparseMat_<_Tp>::SparseMat_() in SparseMat_() function in cv::SparseMat_
1970 SparseMat_<_Tp>::SparseMat_(int _dims, const int* _sizes) in SparseMat_() function in cv::SparseMat_
1975 SparseMat_<_Tp>::SparseMat_(const SparseMat& m) in SparseMat_() function in cv::SparseMat_
1978 *this = (const SparseMat_<_Tp>&)m; in SparseMat_()
1984 SparseMat_<_Tp>::SparseMat_(const SparseMat_<_Tp>& m) in SparseMat_() function in cv::SparseMat_
1993 SparseMat_<_Tp>::SparseMat_(const Mat& m) in SparseMat_() function in cv::SparseMat_
2000 SparseMat_<_Tp>& SparseMat_<_Tp>::operator = (const SparseMat_<_Tp>& m) in operator =()
2013 SparseMat_<_Tp>& SparseMat_<_Tp>::operator = (const SparseMat& m) in operator =()
2016 return (*this = (const SparseMat_<_Tp>&)m); in operator =()
2022 SparseMat_<_Tp>& SparseMat_<_Tp>::operator = (const Mat& m) in operator =()
[all …]
Dmat.hpp2673 template<typename _Tp> class SparseMat_ : public SparseMat class
2680 SparseMat_();
2682 SparseMat_(int dims, const int* _sizes);
2684 SparseMat_(const SparseMat& m);
2686 SparseMat_(const SparseMat_& m);
2688 SparseMat_(const Mat& m);
2692 SparseMat_& operator = (const SparseMat& m);
2694 SparseMat_& operator = (const SparseMat_& m);
2696 SparseMat_& operator = (const Mat& m);
2699 SparseMat_ clone() const;
[all …]
Dbase.hpp615 template<typename _Tp> class SparseMat_;
/external/opencv3/modules/core/test/
Dtest_operations.cpp1179 SparseMat_<int> v(dims,sizes); in run()
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp1921 const SparseMat_<float>& hist_ = (const SparseMat_<float>&)hist; in calcSparseBackProj_()