Searched refs:bPt (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/objdetect/src/
H A Dcascadedetect.cpp242 Point3d bPt = inPt; local
252 bPt.x /= sPt.x;
253 bPt.y /= sPt.y;
254 bPt.z /= sPt.z;
256 double w = (weightsV[i])*std::exp(-((aPt-bPt).dot(aPt-bPt))/2)/std::sqrt(sPt.dot(Point3d(1,1,1)));
294 Point3d bPt; local
297 bPt = aPt;
298 aPt = getNewValue(bPt);
299 if ( getDistance(aPt, bPt) <
[all...]

Completed in 105 milliseconds