Home
last modified time | relevance | path

Searched refs:gweight (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DKAZEFeatures.cpp580 float xf = 0.0, yf = 0.0, gweight = 0.0; in Compute_Main_Orientation() local
600 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()
DAKAZEFeatures.cpp785 float xf = 0.0, yf = 0.0, gweight = 0.0, ratio = 0.0; in Compute_Main_Orientation() local
807 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()