Home
last modified time | relevance | path

Searched defs:nidx (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/modules/ml/src/
Dkdtree.cpp211 int depth = stack[top].depth, nidx = stack[top].nodeIdx; in build() local
300 int nidx; in findNearest() local
405 Mat nidx = _neighborsIdx.getMat(); in findNearest() local
443 int nidx = stack[top]; in findOrthoRange() local
467 Mat nidx = _neighborsIdx.getMat(); in findOrthoRange() local
483 int i, nidx = (int)idxmat.total(); in getPoints() local
Dtree.cpp301 int nidx = (int)nodes.size(); in addTree() local
354 int nidx = (int)(w->wnodes.size() - 1); in addNodeAndTrySplit() local
464 void DTreesImpl::calcValue( int nidx, const vector<int>& _sidx ) in calcValue()
1268 int nidx = root, pidx = -1, cv_n = params.getCVFolds(); in updateTreeRNC() local
1324 int cv_n = params.getCVFolds(), nidx = root, pidx = -1; in cutTree() local
1404 int nidx = roots[ridx], prev = nidx, c = 0; in predictTrees() local
1626 void DTreesImpl::writeNode( FileStorage& fs, int nidx, int depth ) const in writeNode()
1653 int nidx = root, pidx = 0, depth = 0; in writeTree() local
1901 int nidx = readNode(*it); in readTree() local
Dboost.cpp144 int nidx = root, pidx = 0; in scaleTree() local
170 void calcValue( int nidx, const vector<int>& _sidx ) in calcValue()
/external/opencv3/modules/core/src/
Dmatrix.cpp4924 size_t hidx = h & (hdr->hashtab.size() - 1), nidx = hdr->hashtab[hidx]; in ptr() local
4946 size_t hidx = h & (hdr->hashtab.size() - 1), nidx = hdr->hashtab[hidx]; in ptr() local
4968 size_t hidx = h & (hdr->hashtab.size() - 1), nidx = hdr->hashtab[hidx]; in ptr() local
4992 size_t hidx = h & (hdr->hashtab.size() - 1), nidx = hdr->hashtab[hidx]; in ptr() local
5015 size_t hidx = h & (hdr->hashtab.size() - 1), nidx = hdr->hashtab[hidx], previdx=0; in erase() local
5034 size_t hidx = h & (hdr->hashtab.size() - 1), nidx = hdr->hashtab[hidx], previdx=0; in erase() local
5055 size_t hidx = h & (hdr->hashtab.size() - 1), nidx = hdr->hashtab[hidx], previdx=0; in erase() local
5090 size_t nidx = hdr->hashtab[i]; in resizeHashTab() local
5127 size_t nidx = hdr->freeList; in newNode() local
5151 void SparseMat::removeNode(size_t hidx, size_t nidx, size_t previdx) in removeNode()
[all …]
Dstat.cpp3638 Mat *nidx; member
3667 Mat dist = _dist.getMat(), nidx; in batchDistance() local
/external/libgdx/extensions/gdx-bullet/jni/swig/softbody/
DbtSoftBody.i157 const int nidx = indices[indexOffset+i]*size+noffset; in getVertices() local
/external/opencv3/modules/features2d/src/
Dmatchers.cpp809 Mat dist, nidx; in knnMatchImpl() local
/external/opencv3/modules/java/src/
Dcore+Core.java785 …public static void batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, … in batchDistance()
794 …public static void batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, … in batchDistance()
803 public static void batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx) in batchDistance()
Dcore.cpp1281 Mat& nidx = *((Mat*)nidx_nativeObj); in Java_org_opencv_core_Core_batchDistance_10() local
1306 Mat& nidx = *((Mat*)nidx_nativeObj); in Java_org_opencv_core_Core_batchDistance_11() local
1330 Mat& nidx = *((Mat*)nidx_nativeObj); in Java_org_opencv_core_Core_batchDistance_12() local
/external/opencv3/modules/core/include/opencv2/core/
Dmat.inl.hpp1892 SparseMat::Node* SparseMat::node(size_t nidx) in node()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp1996 const int nidx = indices[indexOffset+i]*size+noffset; in btSoftBody_getVertices__SWIG_2() local