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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyHelpers.cpp 1125 int ndims=0; local
    [all...]
  /external/opencv3/modules/python/src2/
cv2.cpp 182 CV_Error_(Error::StsError, ("The numpy array of typenum=%d, ndims=%d can not be created", typenum, dims));
298 int ndims = PyArray_NDIM(oarr); local
299 if(ndims >= CV_MAX_DIM)
301 failmsg("%s dimensionality (=%d) is too high", info.name, ndims);
310 bool ismultichannel = ndims == 3 && _sizes[2] <= CV_CN_MAX;
312 for( int i = ndims-1; i >= 0 && !needcopy; i-- )
315 // a) multi-dimensional (ndims > 2) arrays, as well as simpler 1- and 2-dimensional cases
318 if( (i == ndims-1 && (size_t)_strides[i] != elemsize) ||
319 (i < ndims-1 && _strides[i] < _strides[i+1]) )
330 failmsg("Layout of the output array %s is incompatible with cv::Mat (step[ndims-1] != elemsize or step[1] != elemsize*nchannels)", info.name)
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 190 milliseconds