Lines Matching defs:ep
999 double ep = 1 - (double)numGoodPoints / (double)numPoints;1000 if( ep == 1 )1002 ep = 0.5;/* if there is not good points set ration of outliers to 50% */1005 double newNumSamples = (log(1-p) / log(1-pow(1-ep,6)));