HomeSort by relevance Sort by last modified time
    Searched defs:refine (Results 1 - 5 of 5) sorted by null

  /external/opencv3/3rdparty/libjasper/
jpc_t1cod.c 238 int refine; local
260 for (refine = 0; refine < 2; ++refine) {
262 jpc_magctxnolut[(refine << 11) + i] = jpc_getmagctxno((refine ? JPC_REFINE : 0) | i);
  /external/opencv/cv/src/
cvfundam.cpp 69 virtual bool refine( const CvMat*, const CvMat*, CvMat*, int ) { return true; } function in class:CvModelEstimator2
430 virtual bool refine( const CvMat* m1, const CvMat* m2,
524 bool CvHomographyEstimator::refine( const CvMat* m1, const CvMat* m2, CvMat* model, int maxIters ) function in class:CvHomographyEstimator
631 estimator.refine( M, m, &_H, 10 );
    [all...]
  /external/opencv3/modules/imgproc/src/
lsd.cpp 353 bool refine(std::vector<RegionPoint>& reg, int& reg_size, double reg_angle,
496 if(!refine(reg, reg_size, reg_angle, prec, p, rec, DENSITY_TH)) { continue; }
784 bool LineSegmentDetectorImpl::refine(std::vector<RegionPoint>& reg, int& reg_size, double reg_angle, function in class:cv::LineSegmentDetectorImpl
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.cpp 1385 void btSoftBody::refine(ImplicitFn* ifn,btScalar accurary,bool cut) function in class:btSoftBody
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java 4144 public void refine(btSoftBody.ImplicitFn ifn, float accurary, boolean cut) { method in class:btSoftBody
    [all...]

Completed in 205 milliseconds