Home
last modified time | relevance | path

Searched refs:aMaxIdx (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/hugin/hugin-2020.0.0/src/hugin_cpfind/localfeatures/
H A DKeyPointDetector.cpp126 unsigned int aMaxIdx = (aTab[a0426] > aTab[a1537] ? a0426 : a1537); in detectKeypoints() local
131 double aScore = aTab[aMaxIdx]; in detectKeypoints()
140 int aXShift = 2 * (aMaxIdx & 1) - 1; in detectKeypoints()
141 int aXAdj = aXIt + (aMaxIdx & 1); in detectKeypoints()
142 aMaxIdx >>= 1; in detectKeypoints()
144 int aYShift = 2 * (aMaxIdx & 1) - 1; in detectKeypoints()
145 int aYAdj = aYIt + (aMaxIdx & 1); in detectKeypoints()
146 aMaxIdx >>= 1; in detectKeypoints()
148 int aSShift = 2 * (aMaxIdx & 1) - 1; in detectKeypoints()
149 int aSAdj = aSIt + (aMaxIdx & 1); in detectKeypoints()
/dports/graphics/panomatic/panomatic-0.9.4/libsurf/
H A DKeyPointDetector.cpp124 unsigned int aMaxIdx = (aTab[a0426]>aTab[a1537]?a0426:a1537); in detectKeypoints() local
129 double aScore = aTab[aMaxIdx]; in detectKeypoints()
136 int aXShift = 2*(aMaxIdx & 1)-1; in detectKeypoints()
137 int aXAdj = aXIt + (aMaxIdx & 1); aMaxIdx >>= 1; in detectKeypoints()
139 int aYShift = 2*(aMaxIdx & 1)-1; in detectKeypoints()
140 int aYAdj = aYIt + (aMaxIdx & 1); aMaxIdx >>= 1; in detectKeypoints()
142 int aSShift = 2*(aMaxIdx & 1)-1; in detectKeypoints()
143 int aSAdj = aSIt + (aMaxIdx & 1); in detectKeypoints()
/dports/cad/opencascade/opencascade-7.6.0/src/ProjLib/
H A DProjLib_ProjectedCurve.cxx890 Standard_Integer aMaxPoints = 0, aMaxIdx = 0; in Perform() local
897 aMaxIdx = aMapIter.Key(); in Perform()
900 if (aMaxIdx != 0) in Perform()
904 aSecondPnt.SetCoord(anIdx, aFirstPnt.Coord(anIdx) - aSurfPeriod[anIdx - 1] * aMaxIdx); in Perform()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Sweep.cxx891 Standard_Integer aMaxIdx = -1; in Filling() local
899 aMaxIdx = i; in Filling()
903 const gp_Pnt aP2 = Prof2->Value(aPrm[aMaxIdx]).Transformed(aTf); in Filling()
904 const gp_Vec2d aV1(aP1[aMaxIdx].Z(), aP1[aMaxIdx].X()); in Filling()
930 d1u = Surf->DN(0, aPrm[aMaxIdx], 1, 0); in Filling()