Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dmatrix.cpp4857 ConvertData cvtfunc = getConvertElem(type(), rtype); in convertTo() local
4862 cvtfunc( from.ptr, to, cn ); in convertTo()
4867 ConvertScaleData cvtfunc = getConvertScaleElem(type(), rtype); in convertTo() local
4872 cvtfunc( from.ptr, to, cn, alpha, 0 ); in convertTo()
4894 ConvertData cvtfunc = getConvertElem(type(), rtype); in convertTo() local
4899 cvtfunc( from.ptr, to, cn ); in convertTo()
4904 ConvertScaleData cvtfunc = getConvertScaleElem(type(), rtype); in convertTo() local
4909 cvtfunc( from.ptr, to, cn, alpha, beta ); in convertTo()