Home | History | Annotate | Download | only in src

Lines Matching refs:copyVectorToUMat

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);
1114 copyVectorToUMat(data.stages, ustages);
1116 copyVectorToUMat(data.stumps, unodes);
1118 copyVectorToUMat(data.nodes, unodes);
1119 copyVectorToUMat(data.leaves, uleaves);
1121 copyVectorToUMat(data.subsets, usubsets);