|
SMIL 1.1.2
|
Fast 3D recursive bilateral filter implementation based on the one proposed by Qingxiong Yang [17]. More...
Fast 3D recursive bilateral filter implementation based on the one proposed by Qingxiong Yang [17].
Collaboration diagram for Bilateral Filter (3D):Functions | |
| template<class T > | |
| RES_T | recursiveBilateralFilter (const Image< T > &imIn, float sigmaW, float sigmaR, Image< T > &imOut) |
| recursiveBilateralFilter 3D Bilateral Filter | |
| RES_T recursiveBilateralFilter | ( | const Image< T > & | imIn, |
| float | sigmaW, | ||
| float | sigmaR, | ||
| Image< T > & | imOut | ||
| ) |
recursiveBilateralFilter 3D Bilateral Filter
| [in] | imIn | : input Image |
| [in] | sigmaW | : spatial standard deviation of kernel |
| [in] | sigmaR | : range standard deviation of the kernel |
| [out] | imOut | : output Image |
sigmaW and sigmaR heavily depend on the image. A simple rule of thumb to choose initial values to try for sigmaW and sigmaR is :