Lines Matching refs:threshold
79 double threshold,/* Threshold for good point */
86 double threshold,/* Threshold for good point */
590 double threshold,/* Threshold for good point */
729 threshold,/* Threshold for good point */
790 double threshold,/* Threshold for good point */
850 if( threshold < 0 )
852 CV_ERROR( CV_StsOutOfRange, "Threshold for good points must be at least >= 0" );
981 flags[i] = (char)(dist > threshold ? 0 : 1);
1153 goodFlags[i] = (char)(dist > threshold ? 0 : 1);
1259 goodFlags[i] = (char)(dist > threshold ? 0 : 1);