Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_resample.cpp733 const real32 *weightsV = fWeightsV.Weights32 (rowFract); in ProcessArea() local
748 weightsV, in ProcessArea()
787 const int16 *weightsV = fWeightsV.Weights16 (rowFract); in ProcessArea() local
802 weightsV, in ProcessArea()
/external/opencv3/modules/objdetect/src/
Dcascadedetect.cpp180 weightsV = wV; in MeanshiftGrouping()
225 std::vector<double> weightsV; member in cv::MeanshiftGrouping
256 … double w = (weightsV[i])*std::exp(-((aPt-bPt).dot(aPt-bPt))/2)/std::sqrt(sPt.dot(Point3d(1,1,1))); in getNewValue()
287 sumW+=(weightsV[i])*std::exp(-(aPt.dot(aPt))/2)/std::sqrt(sPt.dot(Point3d(1,1,1))); in getResultWeight()
Dhog.cpp1557 std::vector<double> weightsV; in detect() local
1558 detect(img, hits, weightsV, hitThreshold, winStride, padding, locations); in detect()
/external/opencv3/modules/objdetect/test/
Dtest_cascadeandhog.cpp1106 vector<double> weightsV; in detect() local
1107 detect(img, hits, weightsV, hitThreshold, winStride, padding, locations); in detect()