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

  /external/opencv3/3rdparty/openexr/Imath/
ImathMatrixAlgo.cpp 340 T mu_2 = x - y; local
343 if (std::abs(mu_2) <= tol*std::abs(mu_1)) // Already symmetric (to tolerance)
346 s = T(0); // of rho if mu_1 = mu_2 = 0.
351 mu_2 = x + y;
355 const T rho = mu_1 / mu_2;
362 mu_2 = T(2) * (c * x - s * z); // = 2*q
371 if (std::abs(mu_2) <= tol*std::abs(mu_1))
378 const T rho_2 = mu_1 / mu_2;
481 T mu_2 = x - y; local
484 if (std::abs(mu_2) <= tol*std::abs(mu_1)) // Already symmetric (to tolerance
    [all...]
  /external/opencv3/doc/py_tutorials/py_imgproc/py_thresholding/
py_thresholding.markdown 186 \f[q_1(t) = \sum_{i=1}^{t} P(i) \quad \& \quad q_1(t) = \sum_{i=t+1}^{I} P(i)\f]\f[\mu_1(t) = \sum_{i=1}^{t} \frac{iP(i)}{q_1(t)} \quad \& \quad \mu_2(t) = \sum_{i=t+1}^{I} \frac{iP(i)}{q_2(t)}\f]\f[\sigma_1^2(t) = \sum_{i=1}^{t} [i-\mu_1(t)]^2 \frac{P(i)}{q_1(t)} \quad \& \quad \sigma_2^2(t) = \sum_{i=t+1}^{I} [i-\mu_1(t)]^2 \frac{P(i)}{q_2(t)}\f]

Completed in 5222 milliseconds