HomeSort by relevance Sort by last modified time
    Searched full:h_norm (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/cudalegacy/test/
TestRectStdDev.cpp 115 NCVMatrixAlloc<Ncv32f> h_norm(*this->allocatorCPU.get(), normWidth, normHeight);
116 ncvAssertReturn(h_norm.isMemAllocated(), false);
171 h_norm.ptr(), h_norm.pitch(),
182 for (Ncv32u i=0; bLoopVirgin && i < h_norm.height(); i++)
184 for (Ncv32u j=0; bLoopVirgin && j < h_norm.width(); j++)
186 Ncv64f absErr = fabs(h_norm.ptr()[h_norm.stride()*i+j] - h_norm_d.ptr()[h_norm_d.stride()*i+j]);
187 Ncv64f relErr = absErr / h_norm.ptr()[h_norm.stride()*i+j]
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btPolarDecomposition.cpp 55 const btScalar h_norm = h_1 * h_inf; local
59 if (btFuzzyZero(h_norm) || btFuzzyZero(u_norm))
62 const btScalar gamma = btPow(h_norm / u_norm, 0.25f);
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NPP_staging.hpp 509 * \param h_norm [OUT] Stddev image pointer (Host or pinned memory). Each pixel contains stddev of a rect with top-left corner at the original location in the image
520 Ncv32f *h_norm, Ncv32u normStep,
    [all...]
  /external/opencv3/modules/cudalegacy/src/cuda/
NPP_staging.cu     [all...]

Completed in 90 milliseconds