Home
last modified time | relevance | path

Searched refs:stepT (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dgpumat.hpp134 __host__ size_t stepT() const;
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/detail/
Dgpumat.hpp291 __host__ size_t GpuMat_<T>::stepT() const in stepT() function in cv::cudev::GpuMat_
/external/opencv3/modules/core/test/
Dtest_operations.cpp688 if(pntMat.stepT() != 2) throw test_excep(); in TestTemplateMat()
/external/opencv3/modules/core/include/opencv2/core/
Dmat.hpp2032 size_t stepT(int i=0) const;
Dmat.inl.hpp1440 size_t Mat_<_Tp>::stepT(int i) const in stepT() function in cv::Mat_