HomeSort by relevance Sort by last modified time
    Searched full:norm (Results 501 - 525 of 1009) sorted by null

<<21222324252627282930>>

  /external/ImageMagick/MagickCore/
resample.c 799 * ellipse and make sure that both its columns have norm at least 1.
    [all...]
  /external/libvorbis/lib/
psy.c 945 /* still responsible for populating *out where noise norm not in
959 /* sort magnitudes for noise norm portion of partition */
961 if(!flags || !flags[j]){ /* can't noise norm elements that have
966 implement noise norm as it has been up to this point. Only
969 /* also-- the original point code only applied noise norm at > pointlimit */
987 /* noise norm to do */
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 476 double norm( int norm_type = CV_L2 ) const;
477 double norm( CvMat& mat, int norm_type = CV_L2 ) const;
643 double norm( int norm_type = CV_L2 ) const;
657 double norm( int normType = CV_L2 ) const;
714 double norm( int norm_type = CV_L2 ) const;
1272 inline double CvMAT::norm( int normType ) const
1291 inline double CvMAT::norm( CvMat& mat, int normType ) const
    [all...]
  /external/opencv3/modules/calib3d/src/
fisheye.cpp 642 double nw = norm(ww);
644 ww *= acos(fabs(t[0])/cv::norm(t))/nw;
772 change = norm(Vec4d(currentParam.f[0], currentParam.f[1], currentParam.c[0], currentParam.c[1]) -
774 / norm(Vec4d(currentParam.f[0], currentParam.f[1], currentParam.c[0], currentParam.c[1]));
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.h 294 Compute the unit norm eigenvector v of the matrix A corresponding
356 /*Take the largest norm row and normalize
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
QRDecompositionImpl.java 111 * the first column. We know the norm of v beforehand: v = x-ae
349 * @return a vector X that minimizes the two norm of A &times; X - B
  /external/eigen/bench/
bench_norm.cpp 11 return v.norm();
54 return s*(v/s).norm();
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h 77 if(abs(r0.norm()) < tol) {
114 if (v.tail(m - k).norm() != 0.0) {
  /external/icu/icu4c/source/tools/gensprep/
gensprep.c 74 { "norm-correction", NULL, NULL, NULL, 'm', UOPT_REQUIRES_ARG, 0 },
123 "\t-m or --norm-correction use NormalizationCorrections.txt from the given path\n"
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
DistanceJoint.java 56 //C = norm(p2 - p1) - L
57 //u = (p2 - p1) / norm(p2 - p1)
  /external/opencv3/doc/py_tutorials/py_calib3d/py_calibration/
py_calibration.markdown 211 the absolute norm between what we got with our transformation and the corner finding algorithm. To
218 error = cv2.norm(imgpoints[i],imgpoints2, cv2.NORM_L2)/len(imgpoints2)
  /external/opencv3/modules/features2d/test/
test_nearestneighbors.cpp 201 if( cvtest::norm( neighbors, neighbors1, NORM_L1 ) != 0 )
233 if( cvtest::norm( neighbors, neighbors1, NORM_L1 ) != 0 )
  /external/opencv3/modules/ml/src/
nbayes.cpp 100 norm(var_idx, __var_idx, NORM_INF) != 0 ||
102 norm(cls_labels, __cls_labels, NORM_INF) != 0 )
  /external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp 340 float minDist = (float)norm( Point(imgSize.width, imgSize.height) );
345 float curDist = (float)norm(cp1-cp2);
    [all...]
  /external/opencv3/modules/photo/src/
denoising.cpp 164 "Unsupported norm type! Only NORM_L2 and NORM_L1 are supported");
372 "Unsupported norm type! Only NORM_L2 and NORM_L1 are supported");
  /external/pdfium/third_party/libopenjpeg20/
mct.c 198 /* Get norm of basis function of reversible MCT. */
432 /* Get norm of basis function of irreversible MCT. */
  /frameworks/rs/cpp/
Element.cpp 275 RsDataType dt, RsDataKind dk, bool norm, uint32_t size) :
292 mNormalized = norm;
  /frameworks/rs/
rsElement.cpp 418 bool norm,
420 return (RsElement)Element::create(rsc, dt, dk, norm, vecSize);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 294 Compute the unit norm eigenvector v of the matrix A corresponding
356 /*Take the largest norm row and normalize
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
complex 333 norm(_Tp __x)
384 using std::norm;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
complex 333 norm(_Tp __x)
384 using std::norm;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
complex 333 norm(_Tp __x)
384 using std::norm;
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
nat_test.go 198 return nat(rndV(n)).norm()
392 z = z.norm()
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
nat_test.go 195 return nat(rndV(n)).norm()
389 z = z.norm()
  /prebuilts/go/darwin-x86/src/math/big/
nat_test.go 195 return nat(rndV(n)).norm()
389 z = z.norm()

Completed in 1474 milliseconds

<<21222324252627282930>>