Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/kaze/
DKAZEFeatures.cpp581 vector<float> resX(109), resY(109), Ang(109); in Compute_Main_Orientation() local
601 resX[idx] = gweight*(*(evolution_[level].Lx.ptr<float>(iy)+ix)); in Compute_Main_Orientation()
605 resX[idx] = 0.0; in Compute_Main_Orientation()
609 Ang[idx] = getAngle(resX[idx], resY[idx]); in Compute_Main_Orientation()
626 sumX += resX[k]; in Compute_Main_Orientation()
631 sumX += resX[k]; in Compute_Main_Orientation()
DAKAZEFeatures.cpp787 float resX[ang_size], resY[ang_size], Ang[ang_size]; in Compute_Main_Orientation() local
808 resX[idx] = gweight*(*(evolution_[level].Lx.ptr<float>(iy)+ix)); in Compute_Main_Orientation()
815 hal::fastAtan2(resY, resX, Ang, ang_size, false); in Compute_Main_Orientation()
827 sumX += resX[k]; in Compute_Main_Orientation()
832 sumX += resX[k]; in Compute_Main_Orientation()