Searched refs:KMEANS_PP_CENTERS (Results 1 – 12 of 12) sorted by relevance
/external/opencv3/samples/cpp/ |
D | kmeans.cpp | 58 3, KMEANS_PP_CENTERS, centers); in main()
|
/external/opencv3/modules/core/perf/ |
D | perf_math.cpp | 56 attempts, KMEANS_PP_CENTERS, centers); in TEST_CYCLE()
|
/external/opencv3/modules/core/src/ |
D | kmeans.cpp | 306 if( flags & KMEANS_PP_CENTERS ) in kmeans()
|
/external/opencv3/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/ |
D | py_kmeans_opencv.markdown | 29 used for this : **cv2.KMEANS_PP_CENTERS** and **cv2.KMEANS_RANDOM_CENTERS**.
|
/external/opencv3/modules/features2d/include/opencv2/ |
D | features2d.hpp | 1201 int attempts=3, int flags=KMEANS_PP_CENTERS );
|
/external/opencv3/modules/imgproc/src/ |
D | grabcut.cpp | 364 const int kMeansType = KMEANS_PP_CENTERS; in initGMMs()
|
/external/opencv3/modules/ml/src/ |
D | em.cpp | 417 10, KMEANS_PP_CENTERS, meansFlt); in clusterTrainSamples()
|
/external/opencv3/modules/core/include/opencv2/ |
D | core.hpp | 194 KMEANS_PP_CENTERS = 2, enumerator
|
/external/opencv3/modules/ml/test/ |
D | test_emknearestkmeans.cpp | 244 …, 3, bestLabels, TermCriteria( TermCriteria::COUNT, iters, 0.0), 0, KMEANS_PP_CENTERS, noArray() ); in run()
|
/external/opencv3/modules/core/test/ |
D | test_math.cpp | 2673 5, KMEANS_PP_CENTERS); in run() 2718 5, KMEANS_PP_CENTERS); in run()
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 160 KMEANS_PP_CENTERS = 2, field in Core
|
/external/opencv3/modules/core/misc/java/test/ |
D | CoreTest.java | 807 Core.kmeans(data, 2, labels, criteria, 1, Core.KMEANS_PP_CENTERS); in testKmeansMatIntMatTermCriteriaIntInt()
|