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

  /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...]
  /external/opencv3/modules/core/test/
test_arithm.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp     [all...]
  /external/opencv3/modules/core/src/
umatrix.cpp 929 UMat UMat::zeros(int ndims, const int* sz, int type)
931 return UMat(ndims, sz, type, Scalar::all(0));
944 UMat UMat::ones(int ndims, const int* sz, int type)
946 return UMat(ndims, sz, type, Scalar(1));
matop.cpp 203 static void makeExpr(MatExpr& res, int method, int ndims, const int* sizes, int type, double alpha=1);
    [all...]
matrix.cpp     [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
abstract.h 596 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
abstract.h 596 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 596 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 596 PyAPI_FUNC(void) PyBuffer_FillContiguousStrides(int ndims,
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyHelpers.cpp 1125 int ndims=0; local
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 601 milliseconds