Home
last modified time | relevance | path

Searched refs:SparseMatIterator (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dmat.hpp2398 typedef SparseMatIterator iterator;
2621 SparseMatIterator begin();
2633 SparseMatIterator end();
2970 class CV_EXPORTS SparseMatIterator : public SparseMatConstIterator class
2974 SparseMatIterator();
2976 SparseMatIterator(SparseMat* _m);
2978 SparseMatIterator(SparseMat* _m, const int* idx);
2980 SparseMatIterator(const SparseMatIterator& it);
2983 SparseMatIterator& operator = (const SparseMatIterator& it);
2990 SparseMatIterator& operator ++();
[all …]
Dmat.inl.hpp1904 SparseMatIterator SparseMat::begin() in begin()
1906 return SparseMatIterator(this); in begin()
1916 SparseMatIterator SparseMat::end() in end()
1918 SparseMatIterator it(this); in end()
2687 SparseMatIterator::SparseMatIterator() in SparseMatIterator() function in cv::SparseMatIterator
2691 SparseMatIterator::SparseMatIterator(SparseMat* _m) in SparseMatIterator() function in cv::SparseMatIterator
2696 SparseMatIterator::SparseMatIterator(const SparseMatIterator& it) in SparseMatIterator() function in cv::SparseMatIterator
2701 SparseMatIterator& SparseMatIterator::operator = (const SparseMatIterator& it) in operator =()
2708 _Tp& SparseMatIterator::value() const in value()
2714 SparseMat::Node* SparseMatIterator::node() const in node()
[all …]
Dbase.hpp618 class CV_EXPORTS SparseMatIterator; variable
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp1437 SparseMatIterator it = hist.begin(); in calcHist()
1467 SparseMatIterator it = hist.begin(); in calcHist()