Searched refs:maxAttempts (Results 1 – 2 of 2) sorted by relevance
63 int maxAttempts, long maxTimeoutMs, long checkIntervalMs) throws InterruptedException { in runUntilCriteria() argument66 while (count < maxAttempts && !success) { in runUntilCriteria()
79 CvMat* ms1, CvMat* ms2, int maxAttempts=1000 );354 CvMat* ms1, CvMat* ms2, int maxAttempts ) in getSubset() argument368 for( i = 0; i < modelPoints && iters < maxAttempts; iters++ ) in getSubset()