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

  /external/opencv3/modules/features2d/src/
orb.cpp 52 template<typename _Tp> inline void copyVectorToUMat(const std::vector<_Tp>& v, OutputArray um)
735 copyVectorToUMat(buf, dst);
    [all...]
  /external/opencv3/modules/objdetect/src/
cascadedetect.cpp 56 template<typename _Tp> void copyVectorToUMat(const std::vector<_Tp>& v, UMat& um)
517 copyVectorToUMat(*scaleData, uscaleData);
724 copyVectorToUMat(*optfeatures_lbuf, ufbuf);
874 copyVectorToUMat(*optfeatures, ufbuf);
    [all...]

Completed in 4224 milliseconds