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

  /external/opencv/cxcore/include/
cxcore.hpp 218 void* data=0, int step=CV_AUTOSTEP )
223 CvMatrix( int rows, int cols, int type, void* data, int step=CV_AUTOSTEP )
329 void set_data( void* data, int step=CV_AUTOSTEP )
cxcore.h 135 #define CV_AUTOSTEP 0x7fffffff
140 int step CV_DEFAULT(CV_AUTOSTEP) );
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 196 if( step != CV_AUTOSTEP && step != 0 )
1064 if( step != CV_AUTOSTEP )
1087 if( step != CV_AUTOSTEP && img->height > 1 )
1117 if( step != CV_AUTOSTEP )
1119 "For multidimensional array only CV_AUTOSTEP is allowed here" );
    [all...]
cxarithm.cpp     [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 378 explicit CvMAT( int rows, int cols, int type, void* data, int step = CV_AUTOSTEP );
379 explicit CvMAT( int rows, int type, void* data, int step = CV_AUTOSTEP );
    [all...]

Completed in 89 milliseconds