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

  /external/opencv3/modules/features2d/src/
matchers.cpp 403 std::copy( collection.startIdxs.begin(), collection.startIdxs.begin(), startIdxs.begin() );
416 startIdxs.resize( imageCount );
420 startIdxs[0] = 0;
430 startIdxs[i] = startIdxs[i-1] + s;
441 int count = startIdxs[imageCount-1] + descriptors[imageCount-1].rows;
451 Mat m = mergedDescriptors.rowRange( startIdxs[i], startIdxs[i] + descriptors[i].rows )
    [all...]
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp     [all...]

Completed in 59 milliseconds