/external/opencv3/modules/ml/src/ |
D | kdtree.cpp | 211 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
|
D | tree.cpp | 301 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
|
D | boost.cpp | 144 int nidx = root, pidx = 0; in scaleTree() local 170 void calcValue( int nidx, const vector<int>& _sidx ) in calcValue()
|
/external/opencv3/modules/core/src/ |
D | matrix.cpp | 4924 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 …]
|
D | stat.cpp | 3638 Mat *nidx; member 3667 Mat dist = _dist.getMat(), nidx; in batchDistance() local
|
/external/libgdx/extensions/gdx-bullet/jni/swig/softbody/ |
D | btSoftBody.i | 157 const int nidx = indices[indexOffset+i]*size+noffset; in getVertices() local
|
/external/opencv3/modules/features2d/src/ |
D | matchers.cpp | 809 Mat dist, nidx; in knnMatchImpl() local
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 785 …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()
|
D | core.cpp | 1281 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/ |
D | mat.inl.hpp | 1892 SparseMat::Node* SparseMat::node(size_t nidx) in node()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/ |
D | softbody_wrap.cpp | 1996 const int nidx = indices[indexOffset+i]*size+noffset; in btSoftBody_getVertices__SWIG_2() local
|