Home | History | Annotate | Download | only in kaze

Lines Matching refs:resX

581     vector<float> resX(109), resY(109), Ang(109);
601 resX[idx] = gweight*(*(evolution_[level].Lx.ptr<float>(iy)+ix));
605 resX[idx] = 0.0;
609 Ang[idx] = getAngle(resX[idx], resY[idx]);
626 sumX += resX[k];
631 sumX += resX[k];