Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xphoto/src/
H A Ddct_image_denoising.cpp140 cv::Matx33f mt(cvInvSqrt(3.0f), cvInvSqrt(3.0f), cvInvSqrt(3.0f), in rgbDctDenoising()
141 cvInvSqrt(2.0f), 0.0f, -cvInvSqrt(2.0f), in rgbDctDenoising()
142 cvInvSqrt(6.0f), -2.0f*cvInvSqrt(6.0f), cvInvSqrt(6.0f)); in rgbDctDenoising()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dposit.cpp209 const float invInorm = cvInvSqrt( inorm ); in icvPOSIT()
210 const float invJnorm = cvInvSqrt( jnorm ); in icvPOSIT()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h222 #define cvInvSqrt(value) ((float)(1./sqrt(value))) macro