Home
last modified time | relevance | path

Searched refs:KMEANS_PP_CENTERS (Results 1 – 12 of 12) sorted by relevance

/external/opencv3/samples/cpp/
Dkmeans.cpp58 3, KMEANS_PP_CENTERS, centers); in main()
/external/opencv3/modules/core/perf/
Dperf_math.cpp56 attempts, KMEANS_PP_CENTERS, centers); in TEST_CYCLE()
/external/opencv3/modules/core/src/
Dkmeans.cpp306 if( flags & KMEANS_PP_CENTERS ) in kmeans()
/external/opencv3/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/
Dpy_kmeans_opencv.markdown29 used for this : **cv2.KMEANS_PP_CENTERS** and **cv2.KMEANS_RANDOM_CENTERS**.
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp1201 int attempts=3, int flags=KMEANS_PP_CENTERS );
/external/opencv3/modules/imgproc/src/
Dgrabcut.cpp364 const int kMeansType = KMEANS_PP_CENTERS; in initGMMs()
/external/opencv3/modules/ml/src/
Dem.cpp417 10, KMEANS_PP_CENTERS, meansFlt); in clusterTrainSamples()
/external/opencv3/modules/core/include/opencv2/
Dcore.hpp194 KMEANS_PP_CENTERS = 2, enumerator
/external/opencv3/modules/ml/test/
Dtest_emknearestkmeans.cpp244 …, 3, bestLabels, TermCriteria( TermCriteria::COUNT, iters, 0.0), 0, KMEANS_PP_CENTERS, noArray() ); in run()
/external/opencv3/modules/core/test/
Dtest_math.cpp2673 5, KMEANS_PP_CENTERS); in run()
2718 5, KMEANS_PP_CENTERS); in run()
/external/opencv3/modules/java/src/
Dcore+Core.java160 KMEANS_PP_CENTERS = 2, field in Core
/external/opencv3/modules/core/misc/java/test/
DCoreTest.java807 Core.kmeans(data, 2, labels, criteria, 1, Core.KMEANS_PP_CENTERS); in testKmeansMatIntMatTermCriteriaIntInt()