Lines Matching refs:irho
84 float irho = 1 / rho; in HoughLinesStandard() local
137 tabSin[n] = (float)(sin((double)ang) * irho); in HoughLinesStandard()
138 tabCos[n] = (float)(cos((double)ang) * irho); in HoughLinesStandard()
234 float irho = 1 / rho; in HoughLinesSDiv() local
241 int rn = cvFloor( std::sqrt( (double)w * w + (double)h * h ) * irho ); in HoughLinesSDiv()
290 r0 = r * irho; in HoughLinesSDiv()
421 float irho = 1 / rho; in HoughLinesProbabilistic() local
467 trigtab[n*2] = (float)(cos((double)n*theta) * irho); in HoughLinesProbabilistic()
468 trigtab[n*2+1] = (float)(sin((double)n*theta) * irho); in HoughLinesProbabilistic()
696 float irho = (float) (1 / rho); in ocl_fillAccum() local
713 total_points, irho, (float) theta, numrho, numangle); in ocl_fillAccum()
725 total_points, irho, (float) theta, numrho, numangle); in ocl_fillAccum()