Lines Matching refs:fRound
71 aux.sigma_size = fRound(aux.esigma); in Allocate_Memory_Evolution()
366 left_x = fRound(kpts_par_[i][j].pt.x - smax*kpts_par_[i][j].size); in Determinant_Hessian()
367 right_x = fRound(kpts_par_[i][j].pt.x + smax*kpts_par_[i][j].size); in Determinant_Hessian()
368 up_y = fRound(kpts_par_[i][j].pt.y - smax*kpts_par_[i][j].size); in Determinant_Hessian()
369 down_y = fRound(kpts_par_[i][j].pt.y + smax*kpts_par_[i][j].size); in Determinant_Hessian()
590 s = fRound(kpt.size / 2.0f); in Compute_Main_Orientation()
596 iy = fRound(yf + j*s); in Compute_Main_Orientation()
597 ix = fRound(xf + i*s); in Compute_Main_Orientation()
679 scale = fRound(kpt.size / 2.0f); in Get_KAZE_Upright_Descriptor_64()
807 scale = fRound(kpt.size / 2.0f); in Get_KAZE_Descriptor_64()
846 y1 = fRound(sample_y - 0.5f); in Get_KAZE_Descriptor_64()
847 x1 = fRound(sample_x - 0.5f); in Get_KAZE_Descriptor_64()
938 scale = fRound(kpt.size / 2.0f); in Get_KAZE_Upright_Descriptor_128()
1090 scale = fRound(kpt.size / 2.0f); in Get_KAZE_Descriptor_128()
1132 y1 = fRound(sample_y - 0.5f); in Get_KAZE_Descriptor_128()
1133 x1 = fRound(sample_x - 0.5f); in Get_KAZE_Descriptor_128()