Home
last modified time | relevance | path

Searched refs:constantPtr (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dconstant.hpp73 __host__ ConstantPtr<T> constantPtr(T value) in constantPtr() function
81 __host__ constantPtr(T value, int rows, int cols) in constantPtr() function
/external/opencv3/modules/core/src/cuda/
Dgpu_mat.cu321 …gridTransformUnary(constantPtr(VecTraits<T>::make(scalar.val), mat.rows, mat.cols), globPtr<T>(mat… in setToWithOutMask()
328 …gridTransformUnary(constantPtr(VecTraits<T>::make(scalar.val), mat.rows, mat.cols), globPtr<T>(mat… in setToWithMask()