Home | History | Annotate | Download | only in src

Lines Matching refs:threshold

67                             CvMat* mask, double threshold,
77 CvMat* mask, double threshold );
111 CvMat* _mask, double threshold )
118 threshold *= threshold;
120 goodCount += mask[i] = err[i] <= threshold;