Searched refs:SparseMatIterator (Results 1 – 4 of 4) sorted by relevance
2398 typedef SparseMatIterator iterator;2621 SparseMatIterator begin();2633 SparseMatIterator end();2970 class CV_EXPORTS SparseMatIterator : public SparseMatConstIterator class2974 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 …]
1904 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::SparseMatIterator2691 SparseMatIterator::SparseMatIterator(SparseMat* _m) in SparseMatIterator() function in cv::SparseMatIterator2696 SparseMatIterator::SparseMatIterator(const SparseMatIterator& it) in SparseMatIterator() function in cv::SparseMatIterator2701 SparseMatIterator& SparseMatIterator::operator = (const SparseMatIterator& it) in operator =()2708 _Tp& SparseMatIterator::value() const in value()2714 SparseMat::Node* SparseMatIterator::node() const in node()[all …]
618 class CV_EXPORTS SparseMatIterator; variable
1437 SparseMatIterator it = hist.begin(); in calcHist()1467 SparseMatIterator it = hist.begin(); in calcHist()