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

  /external/opencv/cxcore/include/
cxcore.h 352 CVAPI(CvScalar) cvGet1D( const CvArr* arr, int idx0 );
    [all...]
  /external/opencv3/modules/core/test/
test_math.cpp 570 a = cvGet1D( test_array[INPUT][0], 0 );
571 b = cvGet1D( test_array[INPUT][1], 0 );
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h 676 CVAPI(CvScalar) cvGet1D( const CvArr* arr, int idx0 );
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /external/opencv3/modules/core/src/
array.cpp     [all...]

Completed in 4401 milliseconds