Searched refs:gweight (Results 1 – 2 of 2) sorted by relevance
580 float xf = 0.0, yf = 0.0, gweight = 0.0; in Compute_Main_Orientation() local600 gweight = gaussian(iy - yf, ix - xf, 2.5f*s); in Compute_Main_Orientation()601 resX[idx] = gweight*(*(evolution_[level].Lx.ptr<float>(iy)+ix)); in Compute_Main_Orientation()602 resY[idx] = gweight*(*(evolution_[level].Ly.ptr<float>(iy)+ix)); in Compute_Main_Orientation()
785 float xf = 0.0, yf = 0.0, gweight = 0.0, ratio = 0.0; in Compute_Main_Orientation() local807 gweight = gauss25[id[i + 6]][id[j + 6]]; in Compute_Main_Orientation()808 resX[idx] = gweight*(*(evolution_[level].Lx.ptr<float>(iy)+ix)); in Compute_Main_Orientation()809 resY[idx] = gweight*(*(evolution_[level].Ly.ptr<float>(iy)+ix)); in Compute_Main_Orientation()