Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dconvert.cpp5431 static BinaryFunc getConvertScaleFunc(int sdepth, int ddepth) in getConvertScaleFunc() function
5586 … BinaryFunc func = noScale ? getConvertFunc(sdepth, ddepth) : getConvertScaleFunc(sdepth, ddepth); in convertTo()