Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dumatrix.cpp712 bool noScale = std::fabs(alpha - 1) < DBL_EPSILON && std::fabs(beta) < DBL_EPSILON; in convertTo() local
721 if( sdepth == ddepth && noScale ) in convertTo()
Dconvert.cpp5570 bool noScale = fabs(alpha-1) < DBL_EPSILON && fabs(beta) < DBL_EPSILON; in convertTo() local
5578 if( sdepth == ddepth && noScale ) in convertTo()
5586 … BinaryFunc func = noScale ? getConvertFunc(sdepth, ddepth) : getConvertScaleFunc(sdepth, ddepth); in convertTo()