iterator 898 3rdparty/include/opencl/1.2/CL/cl.hpp iterator(void) : iterator 904 3rdparty/include/opencl/1.2/CL/cl.hpp iterator(const iterator& rhs) : iterator 912 3rdparty/include/opencl/1.2/CL/cl.hpp static iterator begin(const cl::vector<T,N> &vec) iterator 914 3rdparty/include/opencl/1.2/CL/cl.hpp iterator i(vec, 0); iterator 919 3rdparty/include/opencl/1.2/CL/cl.hpp static iterator end(const cl::vector<T,N> &vec) iterator 921 3rdparty/include/opencl/1.2/CL/cl.hpp iterator i(vec, vec.size()); iterator 926 3rdparty/include/opencl/1.2/CL/cl.hpp bool operator==(iterator i) iterator 932 3rdparty/include/opencl/1.2/CL/cl.hpp bool operator!=(iterator i) iterator 937 3rdparty/include/opencl/1.2/CL/cl.hpp iterator& operator++() iterator 943 3rdparty/include/opencl/1.2/CL/cl.hpp iterator operator++(int) iterator 945 3rdparty/include/opencl/1.2/CL/cl.hpp iterator retVal(*this); iterator 950 3rdparty/include/opencl/1.2/CL/cl.hpp iterator& operator--() iterator 956 3rdparty/include/opencl/1.2/CL/cl.hpp iterator operator--(int) iterator 958 3rdparty/include/opencl/1.2/CL/cl.hpp iterator retVal(*this); iterator 969 3rdparty/include/opencl/1.2/CL/cl.hpp iterator begin(void) iterator 971 3rdparty/include/opencl/1.2/CL/cl.hpp return iterator::begin(*this); iterator 974 3rdparty/include/opencl/1.2/CL/cl.hpp iterator begin(void) const iterator 976 3rdparty/include/opencl/1.2/CL/cl.hpp return iterator::begin(*this); iterator 979 3rdparty/include/opencl/1.2/CL/cl.hpp iterator end(void) iterator 981 3rdparty/include/opencl/1.2/CL/cl.hpp return iterator::end(*this); iterator 984 3rdparty/include/opencl/1.2/CL/cl.hpp iterator end(void) const iterator 986 3rdparty/include/opencl/1.2/CL/cl.hpp return iterator::end(*this); iterator 5029 3rdparty/include/opencl/1.2/CL/cl.hpp for (VECTOR_CLASS< ::size_t>::iterator s = sizes.begin(); s != sizes.end(); ++s) iterator 94 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelMap::iterator i = _map.find (name); iterator 132 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelMap::iterator i = _map.find (name); iterator 275 3rdparty/openexr/IlmImf/ImfChannelList.h Iterator (const ChannelList::ChannelMap::iterator &i); iterator 287 3rdparty/openexr/IlmImf/ImfChannelList.h ChannelList::ChannelMap::iterator _i; iterator 326 3rdparty/openexr/IlmImf/ImfChannelList.h ChannelList::Iterator::Iterator (const ChannelList::ChannelMap::iterator &i): iterator 99 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp SliceMap::iterator i = _map.find (name); iterator 143 3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp SliceMap::iterator i = _map.find (name); iterator 225 3rdparty/openexr/IlmImf/ImfFrameBuffer.h Iterator (const FrameBuffer::SliceMap::iterator &i); iterator 237 3rdparty/openexr/IlmImf/ImfFrameBuffer.h FrameBuffer::SliceMap::iterator _i; iterator 276 3rdparty/openexr/IlmImf/ImfFrameBuffer.h FrameBuffer::Iterator::Iterator (const FrameBuffer::SliceMap::iterator &i): iterator 252 3rdparty/openexr/IlmImf/ImfHeader.cpp for (AttributeMap::iterator i = _map.begin(); iterator 266 3rdparty/openexr/IlmImf/ImfHeader.cpp for (AttributeMap::iterator i = _map.begin(); iterator 293 3rdparty/openexr/IlmImf/ImfHeader.cpp AttributeMap::iterator i = _map.find (name); iterator 334 3rdparty/openexr/IlmImf/ImfHeader.cpp AttributeMap::iterator i = _map.find (name); iterator 1010 3rdparty/openexr/IlmImf/ImfHeader.cpp AttributeMap::iterator i = _map.find (name); iterator 371 3rdparty/openexr/IlmImf/ImfHeader.h Iterator (const Header::AttributeMap::iterator &i); iterator 383 3rdparty/openexr/IlmImf/ImfHeader.h Header::AttributeMap::iterator _i; iterator 440 3rdparty/openexr/IlmImf/ImfHeader.h Header::Iterator::Iterator (const Header::AttributeMap::iterator &i): _i (i) iterator 595 3rdparty/openexr/IlmImf/ImfHeader.h AttributeMap::iterator i = _map.find (name); iterator 312 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp for (TileMap::iterator i = tileMap.begin(); i != tileMap.end(); ++i) iterator 534 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp TileMap::iterator i = ofd->tileMap.find (ofd->nextTileToWrite); iterator 254 3rdparty/openexr/IlmThread/IlmThreadPool.cpp for (list<WorkerThread*>::iterator i = threads.begin(); iterator 291 apps/traincascade/cascadeclassifier.cpp for (vector< Ptr<CvCascadeBoost> >::iterator it = stageClassifiers.begin(); iterator 132 modules/calib3d/src/circlesgrid.cpp for(std::list<size_t>::iterator it = clusters[patternClusterIdx].begin(); it != clusters[patternClusterIdx].end(); it++) iterator 621 modules/calib3d/src/circlesgrid.cpp for (Graph::Neighbors::iterator it1 = neighbors1.begin(); it1 != neighbors1.end(); it1++) iterator 624 modules/calib3d/src/circlesgrid.cpp for (Graph::Neighbors::iterator it2 = neighbors2.begin(); it2 != neighbors2.end(); it2++) iterator 750 modules/calib3d/test/test_cameracalibration.cpp vector<vector<Point3f> >::iterator objectPointsIt = objectPoints.begin(); iterator 751 modules/calib3d/test/test_cameracalibration.cpp vector<vector<Point2f> >::iterator imagePointsIt = imagePoints.begin(); iterator 757 modules/calib3d/test/test_cameracalibration.cpp vector<Point3f>::iterator oIt = objectPointsIt->begin(); iterator 758 modules/calib3d/test/test_cameracalibration.cpp vector<Point2f>::iterator iIt = imagePointsIt->begin(); iterator 781 modules/calib3d/test/test_cameracalibration.cpp vector<Mat>::iterator rvecsIt = rvecs.begin(); iterator 782 modules/calib3d/test/test_cameracalibration.cpp vector<Mat>::iterator tvecsIt = tvecs.begin(); iterator 94 modules/calib3d/test/test_cornerssubpix.cpp std::vector<int>::iterator it = std::find(indices.begin(), indices.end(), min_idx); iterator 113 modules/calib3d/test/test_homography_decomp.cpp vector<Mat>::iterator riter = rotations.begin(); iterator 114 modules/calib3d/test/test_homography_decomp.cpp vector<Mat>::iterator titer = translations.begin(); iterator 115 modules/calib3d/test/test_homography_decomp.cpp vector<Mat>::iterator niter = normals.begin(); iterator 649 modules/calib3d/test/test_stereomatching.cpp vector<float>::iterator it = errors.begin(); iterator 1998 modules/core/include/opencv2/core/mat.hpp iterator begin(); iterator 1999 modules/core/include/opencv2/core/mat.hpp iterator end(); iterator 71 modules/core/perf/opencl/perf_channels.cpp for (vector<UMat>::iterator i = src.begin(), end = src.end(); i != end; ++i) iterator 385 modules/core/src/array.cpp CvNArrayIterator* iterator, int flags ) iterator 398 modules/core/src/array.cpp if( !iterator ) iterator 423 modules/core/src/array.cpp iterator->hdr[i] = hdr; iterator 483 modules/core/src/array.cpp iterator->hdr[i] = (CvMatND*)hdr; iterator 484 modules/core/src/array.cpp iterator->ptr[i] = (uchar*)hdr->data.ptr; iterator 492 modules/core/src/array.cpp iterator->dims = dims; iterator 493 modules/core/src/array.cpp iterator->count = count; iterator 494 modules/core/src/array.cpp iterator->size = cvSize(size,1); iterator 497 modules/core/src/array.cpp iterator->stack[i] = hdr0->dim[i].size; iterator 504 modules/core/src/array.cpp CV_IMPL int cvNextNArraySlice( CvNArrayIterator* iterator ) iterator 506 modules/core/src/array.cpp assert( iterator != 0 ); iterator 509 modules/core/src/array.cpp for( dims = iterator->dims; dims > 0; dims-- ) iterator 511 modules/core/src/array.cpp for( i = 0; i < iterator->count; i++ ) iterator 512 modules/core/src/array.cpp iterator->ptr[i] += iterator->hdr[i]->dim[dims-1].step; iterator 514 modules/core/src/array.cpp if( --iterator->stack[dims-1] > 0 ) iterator 517 modules/core/src/array.cpp const int size = iterator->hdr[0]->dim[dims-1].size; iterator 519 modules/core/src/array.cpp for( i = 0; i < iterator->count; i++ ) iterator 520 modules/core/src/array.cpp iterator->ptr[i] -= (size_t)size*iterator->hdr[i]->dim[dims-1].step; iterator 522 modules/core/src/array.cpp iterator->stack[dims-1] = size; iterator 622 modules/core/src/array.cpp cvInitSparseMatIterator( const CvSparseMat* mat, CvSparseMatIterator* iterator ) iterator 630 modules/core/src/array.cpp if( !iterator ) iterator 633 modules/core/src/array.cpp iterator->mat = (CvSparseMat*)mat; iterator 634 modules/core/src/array.cpp iterator->node = 0; iterator 639 modules/core/src/array.cpp node = iterator->node = (CvSparseNode*)mat->hashtable[idx]; iterator 643 modules/core/src/array.cpp iterator->curidx = idx; iterator 705 modules/core/src/array.cpp CvSparseMatIterator iterator; iterator 712 modules/core/src/array.cpp node = cvInitSparseMatIterator( mat, &iterator ); iterator 715 modules/core/src/array.cpp CvSparseNode* next = cvGetNextSparseNode( &iterator ); iterator 1330 modules/core/src/copy.cpp CvSparseMatIterator iterator; iterator 1349 modules/core/src/copy.cpp for( node = cvInitSparseMatIterator( src1, &iterator ); iterator 1350 modules/core/src/copy.cpp node != 0; node = cvGetNextSparseNode( &iterator )) iterator 3338 modules/core/src/datastructs.cpp CvTreeNodeIterator iterator; iterator 3347 modules/core/src/datastructs.cpp cvInitTreeNodeIterator( &iterator, first, INT_MAX ); iterator 3351 modules/core/src/datastructs.cpp void* node = cvNextTreeNode( &iterator ); iterator 2036 modules/core/src/dxt.cpp std::map<int, Ptr<OCL_FftPlan> >::iterator f = planStorage.find(key); iterator 146 modules/core/src/lpsolver.cpp for (std::vector<int>::iterator it = N.begin()+1 ; it != N.end(); ++it){ iterator 151 modules/core/src/lpsolver.cpp for (std::vector<int>::iterator it = B.begin()+1 ; it != B.end(); ++it){ iterator 156 modules/core/src/lpsolver.cpp for (std::vector<unsigned int>::iterator it = indexToRow.begin()+1 ; it != indexToRow.end(); ++it){ iterator 174 modules/core/src/lpsolver.cpp for (std::vector<unsigned int>::iterator it = indexToRow.begin()+1 ; it != indexToRow.end(); ++it){ iterator 208 modules/core/src/lpsolver.cpp vector<int>::iterator iterator; iterator 211 modules/core/src/lpsolver.cpp iterator=N.begin()+iterator_offset; iterator 212 modules/core/src/lpsolver.cpp std::iter_swap(iterator,N.begin()); iterator 213 modules/core/src/lpsolver.cpp SWAP(int,indexToRow[*iterator],indexToRow[0]); iterator 243 modules/core/src/lpsolver.cpp for (std::vector<unsigned int>::iterator it = indexToRow.begin()+1 ; it != indexToRow.end(); ++it){ iterator 2417 modules/core/src/matmul.cpp for(std::vector<cv::Mat>::iterator each = src.begin(); each != src.end(); each++, i++ ) iterator 2585 modules/core/src/ocl.cpp phash_t::iterator it = phash.find(k); iterator 3799 modules/core/src/ocl.cpp typename std::list<BufferEntry>::iterator i = allocatedEntries_.begin(); iterator 3818 modules/core/src/ocl.cpp typename std::list<BufferEntry>::iterator i = reservedEntries_.begin(); iterator 3819 modules/core/src/ocl.cpp typename std::list<BufferEntry>::iterator result_pos = reservedEntries_.end(); iterator 3933 modules/core/src/ocl.cpp typename std::list<BufferEntry>::iterator i = reservedEntries_.begin(); iterator 3598 modules/core/src/persistence.cpp CvNArrayIterator iterator; iterator 3614 modules/core/src/persistence.cpp cvInitNArrayIterator( 1, (CvArr**)&mat, 0, &stub, &iterator ); iterator 3617 modules/core/src/persistence.cpp cvWriteRawData( fs, iterator.ptr[0], iterator.size.width, dt ); iterator 3618 modules/core/src/persistence.cpp while( cvNextNArraySlice( &iterator )); iterator 3712 modules/core/src/persistence.cpp CvSparseMatIterator iterator; iterator 3735 modules/core/src/persistence.cpp node = cvInitSparseMatIterator( mat, &iterator ); iterator 3740 modules/core/src/persistence.cpp node = cvGetNextSparseNode( &iterator ); iterator 644 modules/core/test/test_operations.cpp TestMat_t::iterator beg = negi.begin(); iterator 645 modules/core/test/test_operations.cpp TestMat_t::iterator end = negi.end(); iterator 567 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector< std::vector<DMatch> >::iterator new_end = std::remove_if(matches.begin(), matches.end(), std::mem_fun_ref(&std::vector<DMatch>::empty)); iterator 216 modules/cudalegacy/test/NCVTest.hpp for (std::map<std::string,std::string>::iterator it=report.statsText.begin(); iterator 221 modules/cudalegacy/test/NCVTest.hpp for (std::map<std::string,Ncv32u>::iterator it=report.statsNums.begin(); iterator 334 modules/cudaobjdetect/test/test_objdetect.cpp std::vector<cv::Rect>::iterator it = rects.begin(); iterator 7536 modules/features2d/src/agast.cpp std::vector<KeyPoint>::iterator kpt; iterator 7568 modules/features2d/src/agast.cpp std::vector<KeyPoint>::iterator currCorner_nms; iterator 650 modules/features2d/src/brisk.cpp std::vector<cv::KeyPoint>::iterator beginning = keypoints.begin(); iterator 651 modules/features2d/src/brisk.cpp std::vector<int>::iterator beginningkscales = kscales.begin(); iterator 216 modules/features2d/src/evaluation.cpp std::vector<EllipticKeyPoint>::iterator dstIt = dst.begin(); iterator 378 modules/features2d/src/evaluation.cpp typedef std::vector<SIdx>::iterator It; iterator 103 modules/features2d/src/gftt.cpp std::vector<KeyPoint>::iterator keypoint_it = keypoints.begin(); iterator 115 modules/flann/include/opencv2/flann/lsh_table.h for (std::vector<std::vector<unsigned int> >::const_iterator iterator = stats.size_histogram_.begin(), end = iterator 116 modules/flann/include/opencv2/flann/lsh_table.h stats.size_histogram_.end(); iterator != end; ++iterator) out << (*iterator)[0] << "-" << (*iterator)[1] << ": " << (*iterator)[2] << ", "; iterator 465 modules/flann/include/opencv2/flann/lsh_table.h for (std::vector<unsigned int>::iterator iterator = stats.bucket_sizes_.begin(), end = stats.bucket_sizes_.end(); iterator iterator 467 modules/flann/include/opencv2/flann/lsh_table.h if (*iterator < bin_end) { iterator 475 modules/flann/include/opencv2/flann/lsh_table.h ++iterator; iterator 247 modules/imgproc/src/drawing.cpp LineIterator iterator(img, pt1, pt2, connectivity, true); iterator 248 modules/imgproc/src/drawing.cpp int i, count = iterator.count; iterator 252 modules/imgproc/src/drawing.cpp for( i = 0; i < count; i++, ++iterator ) iterator 254 modules/imgproc/src/drawing.cpp uchar* ptr = *iterator; iterator 264 modules/imgproc/src/drawing.cpp memcpy( *iterator, color, pix_size ); iterator 2369 modules/imgproc/src/drawing.cpp CvTreeNodeIterator iterator; iterator 2398 modules/imgproc/src/drawing.cpp cvInitTreeNodeIterator( &iterator, contour, maxLevel ); iterator 2399 modules/imgproc/src/drawing.cpp while( (contour = (CvSeq*)cvNextTreeNode( &iterator )) != 0 ) iterator 2566 modules/imgproc/src/drawing.cpp CvLineIterator* iterator, int connectivity, iterator 2569 modules/imgproc/src/drawing.cpp CV_Assert( iterator != 0 ); iterator 2572 modules/imgproc/src/drawing.cpp iterator->err = li.err; iterator 2573 modules/imgproc/src/drawing.cpp iterator->minus_delta = li.minusDelta; iterator 2574 modules/imgproc/src/drawing.cpp iterator->plus_delta = li.plusDelta; iterator 2575 modules/imgproc/src/drawing.cpp iterator->minus_step = li.minusStep; iterator 2576 modules/imgproc/src/drawing.cpp iterator->plus_step = li.plusStep; iterator 2577 modules/imgproc/src/drawing.cpp iterator->ptr = li.ptr; iterator 2707 modules/imgproc/src/histogram.cpp CvSparseMatIterator iterator; iterator 2710 modules/imgproc/src/histogram.cpp for( node = cvInitSparseMatIterator( mat, &iterator ); iterator 2711 modules/imgproc/src/histogram.cpp node != 0; node = cvGetNextSparseNode( &iterator )) iterator 2742 modules/imgproc/src/histogram.cpp CvSparseMatIterator iterator; iterator 2746 modules/imgproc/src/histogram.cpp for( node = cvInitSparseMatIterator( mat, &iterator ); iterator 2747 modules/imgproc/src/histogram.cpp node != 0; node = cvGetNextSparseNode( &iterator )) iterator 2756 modules/imgproc/src/histogram.cpp for( node = cvInitSparseMatIterator( mat, &iterator ); iterator 2757 modules/imgproc/src/histogram.cpp node != 0; node = cvGetNextSparseNode( &iterator )) iterator 2827 modules/imgproc/src/histogram.cpp CvSparseMatIterator iterator; iterator 2836 modules/imgproc/src/histogram.cpp for( node = cvInitSparseMatIterator( mat, &iterator ); iterator 2837 modules/imgproc/src/histogram.cpp node != 0; node = cvGetNextSparseNode( &iterator )) iterator 2922 modules/imgproc/src/histogram.cpp CvSparseMatIterator iterator; iterator 2933 modules/imgproc/src/histogram.cpp for( node1 = cvInitSparseMatIterator( mat1, &iterator ); iterator 2934 modules/imgproc/src/histogram.cpp node1 != 0; node1 = cvGetNextSparseNode( &iterator )) iterator 2952 modules/imgproc/src/histogram.cpp for( node1 = cvInitSparseMatIterator( mat1, &iterator ); iterator 2953 modules/imgproc/src/histogram.cpp node1 != 0; node1 = cvGetNextSparseNode( &iterator )) iterator 2967 modules/imgproc/src/histogram.cpp for( node2 = cvInitSparseMatIterator( mat2, &iterator ); iterator 2968 modules/imgproc/src/histogram.cpp node2 != 0; node2 = cvGetNextSparseNode( &iterator )) iterator 2981 modules/imgproc/src/histogram.cpp for( node1 = cvInitSparseMatIterator( mat1, &iterator ); iterator 2982 modules/imgproc/src/histogram.cpp node1 != 0; node1 = cvGetNextSparseNode( &iterator )) iterator 3001 modules/imgproc/src/histogram.cpp for( node1 = cvInitSparseMatIterator( mat1, &iterator ); iterator 3002 modules/imgproc/src/histogram.cpp node1 != 0; node1 = cvGetNextSparseNode( &iterator )) iterator 3015 modules/imgproc/src/histogram.cpp for( node1 = cvInitSparseMatIterator( mat2, &iterator ); iterator 3016 modules/imgproc/src/histogram.cpp node1 != 0; node1 = cvGetNextSparseNode( &iterator )) iterator 3412 modules/imgproc/src/histogram.cpp CvNArrayIterator iterator; iterator 3414 modules/imgproc/src/histogram.cpp cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ); iterator 3416 modules/imgproc/src/histogram.cpp if( CV_MAT_TYPE(iterator.hdr[0]->type) != CV_32FC1 ) iterator 3421 modules/imgproc/src/histogram.cpp const float* srcdata = (const float*)(iterator.ptr[0]); iterator 3422 modules/imgproc/src/histogram.cpp const float* maskdata = (const float*)(iterator.ptr[1]); iterator 3423 modules/imgproc/src/histogram.cpp float* dstdata = (float*)(iterator.ptr[2]); iterator 3426 modules/imgproc/src/histogram.cpp for( i = 0; i < iterator.size.width; i++ ) iterator 3439 modules/imgproc/src/histogram.cpp while( cvNextNArraySlice( &iterator )); iterator 309 modules/imgproc/test/test_contours.cpp CvTreeNodeIterator iterator; iterator 310 modules/imgproc/test/test_contours.cpp cvInitTreeNodeIterator( &iterator, i == 0 ? contours : contours2, INT_MAX ); iterator 312 modules/imgproc/test/test_contours.cpp for( count3 = 0; cvNextTreeNode( &iterator ) != 0; count3++ ) iterator 758 modules/imgproc/test/test_histograms.cpp CvSparseMatIterator iterator; iterator 761 modules/imgproc/test/test_histograms.cpp for( node = cvInitSparseMatIterator( sparse, &iterator ); iterator 762 modules/imgproc/test/test_histograms.cpp node != 0; node = cvGetNextSparseNode( &iterator )) iterator 851 modules/imgproc/test/test_histograms.cpp CvSparseMatIterator iterator; iterator 860 modules/imgproc/test/test_histograms.cpp for( node = cvInitSparseMatIterator( sparse, &iterator ), i = 0; iterator 861 modules/imgproc/test/test_histograms.cpp node != 0; node = cvGetNextSparseNode( &iterator ), i++ ) iterator 1037 modules/imgproc/test/test_histograms.cpp CvSparseMatIterator iterator; iterator 1040 modules/imgproc/test/test_histograms.cpp for( node = cvInitSparseMatIterator( sparse0, &iterator ); iterator 1041 modules/imgproc/test/test_histograms.cpp node != 0; node = cvGetNextSparseNode( &iterator ) ) iterator 1065 modules/imgproc/test/test_histograms.cpp for( node = cvInitSparseMatIterator( sparse1, &iterator ); iterator 1066 modules/imgproc/test/test_histograms.cpp node != 0; node = cvGetNextSparseNode( &iterator ) ) iterator 354 modules/ml/src/data.cpp CatMapHash::iterator it = ofshash.find(hashval); iterator 660 modules/ml/src/data.cpp MapType::iterator it = namemap.find(token); iterator 202 modules/ml/src/lr.cpp for(map<int,int>::iterator it = this->forward_mapper.begin(); it != this->forward_mapper.end(); ++it) iterator 532 modules/ml/src/lr.cpp for(map<int,int>::iterator it = this->forward_mapper.begin(); it != this->forward_mapper.end(); ++it) iterator 540 modules/ml/src/lr.cpp for(map<int,int>::iterator it = this->forward_mapper.begin(); it != this->forward_mapper.end(); ++it) iterator 116 modules/ml/test/test_mltests2.cpp map<int,int>::iterator it = cls_map.find(r); iterator 847 modules/objdetect/src/detection_based_tracker.cpp std::vector<TrackedObject>::iterator it=trackedObjects.begin(); iterator 442 modules/stitching/src/matchers.cpp for (std::vector<KeyPoint>::iterator kp = points.begin(); kp != points.end(); ++kp) iterator 387 modules/stitching/src/seam_finders.cpp std::map<std::pair<int, int>, int>::iterator itr = wedges.find(std::make_pair(ci, cj)); iterator 413 modules/stitching/src/seam_finders.cpp for (std::set<std::pair<int, int> >::iterator itr = edges_.begin(); itr != edges_.end(); ++itr) iterator 554 modules/stitching/src/seam_finders.cpp std::set<std::pair<int, int> >::iterator begin, end; iterator 1045 modules/stitching/src/seam_finders.cpp for (std::map<int, int>::iterator itr = connect2.begin(); itr != connect2.end(); ++itr) iterator 7883 modules/ts/include/opencv2/ts/ts_gtest.h typename C::iterator* /* it */ = NULL, iterator 10231 modules/ts/include/opencv2/ts/ts_gtest.h iterator begin() const { return iterator(impl_->Begin()); } iterator 10232 modules/ts/include/opencv2/ts/ts_gtest.h iterator end() const { return iterator(impl_->End()); } iterator 10348 modules/ts/include/opencv2/ts/ts_gtest.h typename ContainerType::const_iterator iterator) iterator 10349 modules/ts/include/opencv2/ts/ts_gtest.h : base_(base), iterator_(iterator) {} iterator 10548 modules/ts/include/opencv2/ts/ts_gtest.h for (typename TestInfoContainer::iterator test_it = tests_.begin(); iterator 10551 modules/ts/include/opencv2/ts/ts_gtest.h for (typename InstantiationContainer::iterator gen_it = iterator 10563 modules/ts/include/opencv2/ts/ts_gtest.h for (typename ParamGenerator<ParamType>::iterator param_it = iterator 10620 modules/ts/include/opencv2/ts/ts_gtest.h for (TestCaseInfoContainer::iterator it = test_case_infos_.begin(); iterator 10634 modules/ts/include/opencv2/ts/ts_gtest.h for (TestCaseInfoContainer::iterator it = test_case_infos_.begin(); iterator 10660 modules/ts/include/opencv2/ts/ts_gtest.h for (TestCaseInfoContainer::iterator it = test_case_infos_.begin(); iterator 13858 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator& current1, iterator 13860 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator& current2) iterator 13933 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator begin1_; iterator 13934 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator end1_; iterator 13935 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T1>::iterator current1_; iterator 13936 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator begin2_; iterator 13937 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator end2_; iterator 13938 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T2>::iterator current2_; iterator 13974 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator& current1, iterator 13976 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator& current2, iterator 13978 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator& current3) iterator 14061 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator begin1_; iterator 14062 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator end1_; iterator 14063 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T1>::iterator current1_; iterator 14064 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator begin2_; iterator 14065 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator end2_; iterator 14066 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T2>::iterator current2_; iterator 14067 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator begin3_; iterator 14068 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator end3_; iterator 14069 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T3>::iterator current3_; iterator 14108 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator& current1, iterator 14110 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator& current2, iterator 14112 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator& current3, iterator 14114 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator& current4) iterator 14208 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator begin1_; iterator 14209 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator end1_; iterator 14210 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T1>::iterator current1_; iterator 14211 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator begin2_; iterator 14212 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator end2_; iterator 14213 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T2>::iterator current2_; iterator 14214 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator begin3_; iterator 14215 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator end3_; iterator 14216 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T3>::iterator current3_; iterator 14217 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator begin4_; iterator 14218 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator end4_; iterator 14219 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T4>::iterator current4_; iterator 14259 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator& current1, iterator 14261 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator& current2, iterator 14263 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator& current3, iterator 14265 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator& current4, iterator 14267 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator& current5) iterator 14371 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator begin1_; iterator 14372 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator end1_; iterator 14373 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T1>::iterator current1_; iterator 14374 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator begin2_; iterator 14375 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator end2_; iterator 14376 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T2>::iterator current2_; iterator 14377 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator begin3_; iterator 14378 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator end3_; iterator 14379 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T3>::iterator current3_; iterator 14380 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator begin4_; iterator 14381 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator end4_; iterator 14382 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T4>::iterator current4_; iterator 14383 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator begin5_; iterator 14384 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator end5_; iterator 14385 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T5>::iterator current5_; iterator 14429 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator& current1, iterator 14431 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator& current2, iterator 14433 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator& current3, iterator 14435 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator& current4, iterator 14437 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator& current5, iterator 14439 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator& current6) iterator 14553 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator begin1_; iterator 14554 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator end1_; iterator 14555 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T1>::iterator current1_; iterator 14556 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator begin2_; iterator 14557 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator end2_; iterator 14558 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T2>::iterator current2_; iterator 14559 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator begin3_; iterator 14560 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator end3_; iterator 14561 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T3>::iterator current3_; iterator 14562 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator begin4_; iterator 14563 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator end4_; iterator 14564 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T4>::iterator current4_; iterator 14565 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator begin5_; iterator 14566 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator end5_; iterator 14567 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T5>::iterator current5_; iterator 14568 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator begin6_; iterator 14569 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator end6_; iterator 14570 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T6>::iterator current6_; iterator 14616 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator& current1, iterator 14618 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator& current2, iterator 14620 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator& current3, iterator 14622 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator& current4, iterator 14624 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator& current5, iterator 14626 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator& current6, iterator 14628 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T7>::iterator& current7) iterator 14752 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator begin1_; iterator 14753 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator end1_; iterator 14754 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T1>::iterator current1_; iterator 14755 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator begin2_; iterator 14756 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator end2_; iterator 14757 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T2>::iterator current2_; iterator 14758 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator begin3_; iterator 14759 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator end3_; iterator 14760 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T3>::iterator current3_; iterator 14761 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator begin4_; iterator 14762 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator end4_; iterator 14763 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T4>::iterator current4_; iterator 14764 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator begin5_; iterator 14765 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator end5_; iterator 14766 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T5>::iterator current5_; iterator 14767 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator begin6_; iterator 14768 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator end6_; iterator 14769 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T6>::iterator current6_; iterator 14770 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T7>::iterator begin7_; iterator 14771 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T7>::iterator end7_; iterator 14772 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T7>::iterator current7_; iterator 14822 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator& current1, iterator 14824 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator& current2, iterator 14826 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator& current3, iterator 14828 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator& current4, iterator 14830 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator& current5, iterator 14832 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator& current6, iterator 14834 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T7>::iterator& current7, iterator 14836 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T8>::iterator& current8) iterator 14970 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator begin1_; iterator 14971 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator end1_; iterator 14972 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T1>::iterator current1_; iterator 14973 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator begin2_; iterator 14974 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator end2_; iterator 14975 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T2>::iterator current2_; iterator 14976 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator begin3_; iterator 14977 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator end3_; iterator 14978 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T3>::iterator current3_; iterator 14979 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator begin4_; iterator 14980 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator end4_; iterator 14981 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T4>::iterator current4_; iterator 14982 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator begin5_; iterator 14983 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator end5_; iterator 14984 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T5>::iterator current5_; iterator 14985 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator begin6_; iterator 14986 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator end6_; iterator 14987 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T6>::iterator current6_; iterator 14988 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T7>::iterator begin7_; iterator 14989 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T7>::iterator end7_; iterator 14990 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T7>::iterator current7_; iterator 14991 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T8>::iterator begin8_; iterator 14992 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T8>::iterator end8_; iterator 14993 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T8>::iterator current8_; iterator 15044 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator& current1, iterator 15046 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator& current2, iterator 15048 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator& current3, iterator 15050 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator& current4, iterator 15052 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator& current5, iterator 15054 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator& current6, iterator 15056 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T7>::iterator& current7, iterator 15058 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T8>::iterator& current8, iterator 15060 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T9>::iterator& current9) iterator 15205 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator begin1_; iterator 15206 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator end1_; iterator 15207 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T1>::iterator current1_; iterator 15208 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator begin2_; iterator 15209 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator end2_; iterator 15210 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T2>::iterator current2_; iterator 15211 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator begin3_; iterator 15212 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator end3_; iterator 15213 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T3>::iterator current3_; iterator 15214 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator begin4_; iterator 15215 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator end4_; iterator 15216 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T4>::iterator current4_; iterator 15217 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator begin5_; iterator 15218 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator end5_; iterator 15219 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T5>::iterator current5_; iterator 15220 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator begin6_; iterator 15221 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator end6_; iterator 15222 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T6>::iterator current6_; iterator 15223 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T7>::iterator begin7_; iterator 15224 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T7>::iterator end7_; iterator 15225 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T7>::iterator current7_; iterator 15226 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T8>::iterator begin8_; iterator 15227 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T8>::iterator end8_; iterator 15228 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T8>::iterator current8_; iterator 15229 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T9>::iterator begin9_; iterator 15230 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T9>::iterator end9_; iterator 15231 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T9>::iterator current9_; iterator 15284 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator& current1, iterator 15286 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator& current2, iterator 15288 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator& current3, iterator 15290 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator& current4, iterator 15292 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator& current5, iterator 15294 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator& current6, iterator 15296 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T7>::iterator& current7, iterator 15298 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T8>::iterator& current8, iterator 15300 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T9>::iterator& current9, iterator 15302 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T10>::iterator& current10) iterator 15457 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator begin1_; iterator 15458 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T1>::iterator end1_; iterator 15459 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T1>::iterator current1_; iterator 15460 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator begin2_; iterator 15461 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T2>::iterator end2_; iterator 15462 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T2>::iterator current2_; iterator 15463 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator begin3_; iterator 15464 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T3>::iterator end3_; iterator 15465 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T3>::iterator current3_; iterator 15466 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator begin4_; iterator 15467 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T4>::iterator end4_; iterator 15468 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T4>::iterator current4_; iterator 15469 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator begin5_; iterator 15470 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T5>::iterator end5_; iterator 15471 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T5>::iterator current5_; iterator 15472 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator begin6_; iterator 15473 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T6>::iterator end6_; iterator 15474 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T6>::iterator current6_; iterator 15475 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T7>::iterator begin7_; iterator 15476 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T7>::iterator end7_; iterator 15477 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T7>::iterator current7_; iterator 15478 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T8>::iterator begin8_; iterator 15479 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T8>::iterator end8_; iterator 15480 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T8>::iterator current8_; iterator 15481 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T9>::iterator begin9_; iterator 15482 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T9>::iterator end9_; iterator 15483 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T9>::iterator current9_; iterator 15484 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T10>::iterator begin10_; iterator 15485 modules/ts/include/opencv2/ts/ts_gtest.h const typename ParamGenerator<T10>::iterator end10_; iterator 15486 modules/ts/include/opencv2/ts/ts_gtest.h typename ParamGenerator<T10>::iterator current10_; iterator 3240 modules/ts/src/ts_gtest.cpp const std::vector<TestProperty>::iterator property_with_matching_key = iterator 7427 modules/ts/src/ts_gtest.cpp for (std::vector<char*>::iterator i = args_.begin(); i != args_.end(); iterator 1146 modules/ts/src/ts_perf.cpp std::map<std::string, float>::iterator i = perf_validation_results.find(name); iterator 338 modules/videoio/src/cap_mjpeg_decoder.cpp typedef frame_list::iterator frame_iterator; iterator 2473 modules/videoio/src/cap_msmf.cpp std::map<UINT64, SUBTYPEMap>::iterator f = FRM.begin(); iterator 2486 modules/videoio/src/cap_msmf.cpp std::map<UINT64, SUBTYPEMap>::iterator f = FRM.begin(); iterator 2516 modules/videoio/src/cap_msmf.cpp std::vector<MediaType>::iterator i = vd_CurrentFormats.begin(); iterator 2841 modules/videoio/src/cap_msmf.cpp std::vector<videoDevice *>::iterator i = vds_Devices.begin(); iterator 415 modules/videoio/test/test_ffmpeg.cpp for (std::vector<VideoWriter*>::iterator i = writers.begin(), end = writers.end(); i != end; ++i) iterator 165 modules/viz/src/precomp.hpp typedef type::iterator iterator; iterator 111 modules/viz/src/vizcore.cpp VizMap::iterator vm_itr = storage.m.find(name); iterator 119 modules/viz/src/vizcore.cpp VizMap::iterator vm_itr = storage.m.find(window_name); iterator 132 modules/viz/src/vizcore.cpp for(VizMap::iterator pos = storage.m.begin(); pos != storage.m.end();) iterator 193 modules/viz/src/vizimpl.cpp WidgetActorMap::iterator wam_itr = widget_actor_map_->find(id); iterator 223 modules/viz/src/vizimpl.cpp WidgetActorMap::iterator wam_itr = widget_actor_map_->find(id); iterator 245 modules/viz/src/vizimpl.cpp WidgetActorMap::iterator wam_itr = widget_actor_map_->find(id); iterator 260 modules/viz/src/vizimpl.cpp WidgetActorMap::iterator wam_itr = widget_actor_map_->find(id); iterator 482 modules/viz/src/vizimpl.cpp static WidgetActorMap::iterator it = widget_actor_map_->find(id); iterator 209 modules/viz/src/vtk/vtkVizInteractorStyle.cpp WidgetActorMap::iterator it = widget_actor_map_->begin(); iterator 85 samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/ColorBlobDetector.java Iterator<MatOfPoint> each = contours.iterator(); iterator 95 samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/ColorBlobDetector.java each = contours.iterator(); iterator 117 samples/cpp/detect_blob.cpp vector<SimpleBlobDetector::Params>::iterator itBLOB; iterator 167 samples/cpp/detect_blob.cpp vector<String>::iterator itDesc; iterator 190 samples/cpp/detect_blob.cpp for (vector<KeyPoint>::iterator k = keyImg.begin(); k != keyImg.end(); k++, i++) iterator 423 samples/cpp/detect_mser.cpp vector<MSERParams>::iterator itMSER; iterator 460 samples/cpp/detect_mser.cpp vector<String>::iterator itDesc; iterator 509 samples/cpp/detect_mser.cpp for (vector<vector <Point> >::iterator itr = region.begin(); itr != region.end(); itr++, i++) iterator 511 samples/cpp/detect_mser.cpp for (vector <Point>::iterator itp = region[i].begin(); itp != region[i].end(); itp ++) iterator 66 samples/cpp/matchmethod_orb_akaze_brisk.cpp vector<String>::iterator itDesc; iterator 76 samples/cpp/matchmethod_orb_akaze_brisk.cpp vector<String>::iterator itMatcher = typeAlgoMatch.end(); iterator 137 samples/cpp/matchmethod_orb_akaze_brisk.cpp vector<DMatch>::iterator it; iterator 173 samples/cpp/matchmethod_orb_akaze_brisk.cpp for (vector<String>::iterator itMatcher = typeAlgoMatch.begin(); itMatcher != typeAlgoMatch.end(); itMatcher++) iterator 181 samples/cpp/matchmethod_orb_akaze_brisk.cpp for (vector<String>::iterator itMatcher = typeAlgoMatch.begin(); itMatcher != typeAlgoMatch.end(); itMatcher++, i++) iterator 200 samples/cpp/smiledetect.cpp for( vector<Rect>::iterator r = faces.begin(); r != faces.end(); r++, i++ ) iterator 32 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp for ( std::vector<std::vector<cv::DMatch> >::iterator iterator 146 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp for ( std::vector<std::vector<cv::DMatch> >::iterator iterator 641 samples/gpu/opticalflow_nvidia_api.cpp std::vector<IplImage*>::iterator iter; iterator 15 samples/gpu/performance/performance.cpp for (vector<Runnable*>::iterator it = tests_.begin(); it != tests_.end(); ++it) iterator 22 samples/gpu/performance/performance.cpp for (vector<Runnable*>::iterator it = inits_.begin(); it != inits_.end(); ++it) iterator 31 samples/gpu/performance/performance.cpp for (vector<Runnable*>::iterator it = tests_.begin(); it != tests_.end(); ++it)