sort 801 apps/traincascade/boost.cpp std::sort(sortedIndicesBuf, sortedIndicesBuf + nodeSampleCount, LessThanIdx<float, int>(&sampleValues[0]) ); sort 870 apps/traincascade/boost.cpp std::sort(udst + (size_t)fi*sample_count, udst + (size_t)(fi + 1)*sample_count, LessThanIdx<float, unsigned short>(valCachePtr) ); sort 872 apps/traincascade/boost.cpp std::sort(idst + (size_t)fi*sample_count, idst + (size_t)(fi + 1)*sample_count, LessThanIdx<float, int>(valCachePtr) ); sort 906 apps/traincascade/boost.cpp std::sort(udst + (size_t)fi*sample_count, udst + (size_t)(fi + 1)*sample_count, LessThanIdx<float, unsigned short>(valCache->ptr<float>(fi)) ); sort 908 apps/traincascade/boost.cpp std::sort(idst + (size_t)fi*sample_count, idst + (size_t)(fi + 1)*sample_count, LessThanIdx<float, int>(valCache->ptr<float>(fi)) ); sort 1681 apps/traincascade/boost.cpp std::sort(&eval[0], &eval[0] + numPos); sort 418 apps/traincascade/old_ml_boost.cpp std::sort(dbl_ptr, dbl_ptr + mi, LessThanPtr<double>()); sort 600 apps/traincascade/old_ml_boost.cpp std::sort(sum_ptr, sum_ptr + mi, LessThanPtr<double>()); sort 1443 apps/traincascade/old_ml_boost.cpp std::sort(weak_eval->data.db, weak_eval->data.db + count); sort 475 apps/traincascade/old_ml_tree.cpp std::sort(pair16u32s_ptr, pair16u32s_ptr + sample_count, LessThanPairs()); sort 483 apps/traincascade/old_ml_tree.cpp std::sort(int_ptr, int_ptr + sample_count, LessThanPtr<int>()); sort 575 apps/traincascade/old_ml_tree.cpp std::sort(udst, udst + sample_count, LessThanIdx<float, unsigned short>(_fdst)); sort 577 apps/traincascade/old_ml_tree.cpp std::sort(idst, idst + sample_count, LessThanIdx<float, int>(_fdst)); sort 2256 apps/traincascade/old_ml_tree.cpp std::sort(int_ptr, int_ptr + mi, LessThanPtr<int>()); sort 2483 apps/traincascade/old_ml_tree.cpp std::sort(sum_ptr, sum_ptr + mi, LessThanPtr<double>()); sort 165 modules/calib3d/src/checkchessboard.cpp std::sort(quads.begin(), quads.end(), less_pred); sort 212 modules/calib3d/src/circlesgrid.cpp cv::sort(sortedIndices.rowRange(0, cornersCount), cornersIndices, SORT_EVERY_COLUMN + SORT_ASCENDING); sort 1614 modules/calib3d/src/fisheye.cpp sort(tmp, tmp, 0); sort 347 modules/calib3d/src/ptsetreg.cpp std::sort(errf.ptr<int>(), errf.ptr<int>() + count); sort 73 modules/calib3d/src/quadsubpix.cpp std::sort(order.begin(), order.end(), is_smaller); sort 1749 modules/core/include/opencv2/core.hpp CV_EXPORTS_W void sort(InputArray src, OutputArray dst, int flags); sort 1565 modules/core/misc/java/test/CoreTest.java Core.sort(original, dst1, Core.SORT_ASCENDING); sort 1566 modules/core/misc/java/test/CoreTest.java Core.sort(shuffled, dst2, Core.SORT_ASCENDING); sort 1583 modules/core/misc/java/test/CoreTest.java Core.sort(original, dst1, Core.SORT_ASCENDING); sort 1584 modules/core/misc/java/test/CoreTest.java Core.sort(shuffled, dst2, Core.SORT_ASCENDING); sort 1812 modules/core/misc/java/test/CoreTest.java Core.sort(gray0, dst, Core.SORT_EVERY_ROW); sort 1817 modules/core/misc/java/test/CoreTest.java Core.sort(gray0, dst, Core.SORT_EVERY_COLUMN); sort 68 modules/core/perf/perf_math.cpp cv::sort(clusterPointsNumber, sortedClusterPointsNumber, cv::SORT_EVERY_ROW + cv::SORT_ASCENDING); sort 19 modules/core/perf/perf_sort.cpp PERF_TEST_P(sortFixture, sort, TYPICAL_MATS_SORT) sort 29 modules/core/perf/perf_sort.cpp TEST_CYCLE() cv::sort(a, b, flags); sort 300 modules/core/src/command_line_parser.cpp std::sort(data[i].keys.begin(), data[i].keys.end()); sort 303 modules/core/src/command_line_parser.cpp std::sort (data.begin(), data.end(), cmp_params); sort 222 modules/core/src/cuda_info.cpp std::sort(arr.begin(), arr.end()); sort 292 modules/core/src/glob.cpp std::sort(result.begin(), result.end()); sort 3876 modules/core/src/matrix.cpp std::sort( ptr, ptr + len ); sort 4001 modules/core/src/matrix.cpp std::sort( iptr, iptr + len, LessThanIdx<T>(ptr) ); sort 4214 modules/core/src/matrix.cpp cv::sort( src, dst, flags ); sort 2285 modules/core/test/test_math.cpp std::sort(r.begin(), r.end(), pred_complex()); sort 2286 modules/core/test/test_math.cpp std::sort(ar.begin(), ar.end(), pred_complex()); sort 2301 modules/core/test/test_math.cpp std::sort(ar2.begin(), ar2.begin()+nr2, pred_double()); sort 1061 modules/cudafeatures2d/src/brute_force_matcher.cpp std::sort(curMatches.begin(), curMatches.end()); sort 114 modules/cudaimgproc/perf/perf_hough.cpp std::sort(begin, end, Vec2fComparator()); sort 163 modules/cudaimgproc/perf/perf_hough.cpp std::sort(begin, end, Vec4iComparator()); sort 214 modules/cudaimgproc/perf/perf_hough.cpp std::sort(begin, end, Vec3fComparator()); sort 352 modules/cudaimgproc/src/generalized_hough.cpp std::sort(indexies_.begin(), indexies_.end(), IndexCmp(&oldVoteBuf_[0])); sort 238 modules/cudaimgproc/src/hough_circles.cpp std::sort(sortBuf.begin(), sortBuf.end(), centersCompare); sort 346 modules/cudaimgproc/src/mssegmentation.cpp std::sort(edges.begin(), edges.end()); sort 311 modules/cudalegacy/test/TestHaarCascadeApplication.cpp std::sort(h_pixelMask_d.ptr(), h_pixelMask_d.ptr() + detectionsOnThisScale_d); sort 183 modules/cudalegacy/test/TestHypothesesFilter.cpp std::sort(tmpRects.begin(), tmpRects.end()); sort 43 modules/features2d/misc/java/test/SURFFeatureDetectorTest.java Collections.sort(points, new Comparator<KeyPoint>() { sort 30 modules/features2d/perf/opencl/perf_orb.cpp std::sort(points.begin(), points.end(), comparators::KeypointGreater()); sort 50 modules/features2d/perf/opencl/perf_orb.cpp std::sort(points.begin(), points.end(), comparators::KeypointGreater()); sort 84 modules/features2d/perf/opencl/perf_orb.cpp ::perf::sort(points, descriptors); sort 30 modules/features2d/perf/perf_orb.cpp sort(points.begin(), points.end(), comparators::KeypointGreater()); sort 48 modules/features2d/perf/perf_orb.cpp sort(points.begin(), points.end(), comparators::KeypointGreater()); sort 74 modules/features2d/perf/perf_orb.cpp perf::sort(points, descriptors); sort 287 modules/features2d/src/blobdetector.cpp std::sort(dists.begin(), dists.end()); sort 376 modules/features2d/src/evaluation.cpp std::sort( overlaps.begin(), overlaps.end() ); sort 510 modules/features2d/src/evaluation.cpp std::sort( allMatches.begin(), allMatches.end() ); sort 321 modules/features2d/src/fast.cpp std::sort(pt2, pt2 + newcounter, cmp_pt<Point3i>()); sort 200 modules/features2d/src/keypoint.cpp std::sort(kpidx.begin(), kpidx.end(), KeyPoint_LessThan(keypoints)); sort 376 modules/features2d/src/matchers.cpp std::sort(curMatches.begin(), curMatches.end()); sort 967 modules/features2d/src/matchers.cpp std::sort( matches[qIdx0].begin(), matches[qIdx0].end() ); sort 910 modules/features2d/src/mser.cpp std::sort(edge, edge + Ne, LessThanEdge()); sort 384 modules/features2d/test/test_descriptors_regression.cpp sort(fnames.begin(), fnames.end()); sort 688 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h std::sort(node->indices,node->indices+indices_length); sort 701 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h std::sort(node->indices,node->indices+indices_length); sort 236 modules/flann/include/opencv2/flann/index_testing.h std::sort(precisions, precisions+precisions_length); sort 721 modules/flann/include/opencv2/flann/kmeans_index.h std::sort(node->indices,node->indices+indices_length); sort 733 modules/flann/include/opencv2/flann/kmeans_index.h std::sort(node->indices,node->indices+indices_length); sort 447 modules/flann/include/opencv2/flann/lsh_table.h std::sort(stats.bucket_sizes_.begin(), stats.bucket_sizes_.end()); sort 56 modules/imgproc/perf/opencl/perf_houghLines.cpp std::sort(result.begin<Vec2f>(), result.end<Vec2f>(), Vec2fComparator()); sort 161 modules/imgproc/src/convhull.cpp std::sort(pointer, pointer + total, CHullCmpPoints<int>()); sort 173 modules/imgproc/src/convhull.cpp std::sort(pointerf, pointerf + total, CHullCmpPoints<float>()); sort 1292 modules/imgproc/src/drawing.cpp std::sort( edges.begin(), edges.end(), CmpEdges() ); sort 173 modules/imgproc/src/featureselect.cpp std::sort(corner_ptr, corner_ptr + total); sort 312 modules/imgproc/src/featureselect.cpp std::sort( tmpCorners.begin(), tmpCorners.end(), greaterThanPtr() ); sort 231 modules/imgproc/src/generalized_hough.cpp std::sort(indexies.begin(), indexies.end(), Vec3iGreaterThanIdx(&oldVoteBuf[0])); sort 2125 modules/imgproc/src/histogram.cpp std::sort(channels.begin(), channels.end()); sort 166 modules/imgproc/src/hough.cpp std::sort(_sort_buf.begin(), _sort_buf.end(), hough_cmp_gt(accum)); sort 1126 modules/imgproc/src/hough.cpp std::sort(sort_buf.begin(), sort_buf.begin() + center_count, cv::hough_cmp_gt(adata)); sort 1181 modules/imgproc/src/hough.cpp std::sort(sort_buf.begin(), sort_buf.begin() + nz_count1, cv::hough_cmp_gt((int*)ddata)); sort 991 modules/imgproc/src/lsd.cpp std::sort(ordered_x.begin(), ordered_x.end(), AsmallerB_XoverY); sort 76 modules/imgproc/test/ocl/test_houghlines.cpp std::sort(lines_cpu.begin<Vec2f>(), lines_cpu.end<Vec2f>(), Vec2fComparator()); sort 77 modules/imgproc/test/ocl/test_houghlines.cpp std::sort(lines_gpu.begin<Vec2f>(), lines_gpu.end<Vec2f>(), Vec2fComparator()); sort 334 modules/ml/src/boost.cpp std::sort(result, result + n); sort 279 modules/ml/src/data.cpp std::sort(varIdx.ptr<int>(), varIdx.ptr<int>() + varIdx.total()); sort 464 modules/ml/src/data.cpp std::sort(idx, idx + n, CmpByIdx(idata, istep)); sort 271 modules/ml/src/gbt.cpp std::sort(sample_idx->data.i, sample_idx->data.i + sample_idx_len); sort 472 modules/ml/src/gbt.cpp std::sort(residuals, residuals + n); sort 695 modules/ml/src/gbt.cpp std::sort(residuals, residuals + n); sort 707 modules/ml/src/gbt.cpp std::sort(residuals, residuals + n); sort 352 modules/ml/src/svm.cpp std::sort(sidx_all.begin(), sidx_all.end(), cmp_lt_idx<int>(rptr)); sort 96 modules/ml/src/testset.cpp std::sort(dis.begin(), dis.end(), CmpPairDI()); sort 107 modules/ml/src/tree.cpp std::sort(sidx.begin(), sidx.end()); sort 668 modules/ml/src/tree.cpp std::sort(sorted_idx, sorted_idx + n, cmp_lt_idx<float>(values)); sort 870 modules/ml/src/tree.cpp std::sort(dbl_ptr, dbl_ptr + mi, cmp_lt_ptr<double>()); sort 1011 modules/ml/src/tree.cpp std::sort(sorted_idx, sorted_idx + n, cmp_lt_idx<float>(values)); sort 1087 modules/ml/src/tree.cpp std::sort(sum_ptr, sum_ptr + mi, cmp_lt_ptr<double>()); sort 57 modules/objdetect/perf/opencl/perf_cascades.cpp sort(faces.begin(), faces.end(), comparators::RectLess()); sort 87 modules/objdetect/perf/opencl/perf_hogdetect.cpp std::sort(found_locations.begin(), found_locations.end(), RectLess()); sort 125 modules/shape/src/haus_dis.cpp cv::sort(shortest, sorted, SORT_EVERY_ROW | SORT_DESCENDING); sort 124 modules/stitching/src/autocalib.cpp std::sort(all_focals.begin(), all_focals.end()); sort 836 modules/stitching/src/motion_estimators.cpp sort(edges.begin(), edges.end(), std::greater<GraphEdge>()); sort 187 modules/stitching/src/seam_finders.cpp sort(pairs.begin(), pairs.end(), ImagePairLess(_src, corners)); sort 515 modules/stitching/src/stitcher.cpp std::sort(focals.begin(), focals.end()); sort 689 modules/ts/include/opencv2/ts/ts_perf.hpp void CV_EXPORTS sort(std::vector<cv::KeyPoint>& pts, cv::InputOutputArray descriptors); sort 295 modules/ts/src/cuda_perf.cpp std::sort(indexies.begin(), indexies.end(), KeypointIdxCompare(&keypoints)); sort 477 modules/ts/src/cuda_test.cpp std::sort(actual.begin(), actual.end(), KeyPointLess()); sort 478 modules/ts/src/cuda_test.cpp std::sort(gold.begin(), gold.end(), KeyPointLess()); sort 503 modules/ts/src/cuda_test.cpp std::sort(actual.begin(), actual.end(), KeyPointLess()); sort 504 modules/ts/src/cuda_test.cpp std::sort(gold.begin(), gold.end(), KeyPointLess()); sort 1309 modules/ts/src/ts_perf.cpp std::sort(times.begin(), times.end()); sort 1859 modules/ts/src/ts_perf.cpp std::sort((int*)idxs, (int*)idxs + desc.rows, KeypointComparator(pts)); sort 175 modules/videostab/src/inpainting.cpp std::sort(pixels.begin(), pixels.begin() + n); sort 555 samples/cpp/stitching_detailed.cpp sort(focals.begin(), focals.end()); sort 65 samples/gpu/video_reader.cpp std::sort(cpu_times.begin(), cpu_times.end()); sort 66 samples/gpu/video_reader.cpp std::sort(gpu_times.begin(), gpu_times.end()); sort 93 samples/gpu/video_writer.cpp std::sort(cpu_times.begin(), cpu_times.end()); sort 94 samples/gpu/video_writer.cpp std::sort(gpu_times.begin(), gpu_times.end());