Uses of Class
org.opencv.core.TermCriteria
Packages that use TermCriteria
-
Uses of TermCriteria in org.opencv.core
Methods in org.opencv.core that return TermCriteriaMethods in org.opencv.core with parameters of type TermCriteriaModifier and TypeMethodDescriptionstatic doubleCore.kmeans(Mat data, int K, Mat bestLabels, TermCriteria criteria, int attempts, int flags) Finds centers of clusters and groups input samples around the clusters.static doubleCore.kmeans(Mat data, int K, Mat bestLabels, TermCriteria criteria, int attempts, int flags, Mat centers) Finds centers of clusters and groups input samples around the clusters. -
Uses of TermCriteria in org.opencv.imgproc
Methods in org.opencv.imgproc with parameters of type TermCriteriaModifier and TypeMethodDescriptionstatic voidImgproc.cornerSubPix(Mat image, Mat corners, Size winSize, Size zeroZone, TermCriteria criteria) Refines the corner locations.static voidImgproc.pyrMeanShiftFiltering(Mat src, Mat dst, double sp, double sr, int maxLevel, TermCriteria termcrit) Performs initial step of meanshift segmentation of an image.