Go to the source code of this file.
Functions | |
void | osl_kernel_DOG (float sigma_, float *kernel_, int k_size_, int width_) |
Compute one half of the 1st Derivative Of a Gaussian. | |
void | osl_kernel_DOG (float *kernel_, float *sub_area_, int &k_size_, float sigma_, float gauss_tail_, int max_width_, int &width_) |
Fancy version. |
Definition in file osl_kernel.cxx.
void osl_kernel_DOG | ( | float | sigma_, |
float * | kernel_, | ||
int | k_size_, | ||
int | width_ | ||
) |
Compute one half of the 1st Derivative Of a Gaussian.
'k_size_' is the actual size of the array pointed to by 'kernel_'.
Definition at line 16 of file osl_kernel.cxx.
void osl_kernel_DOG | ( | float * | kernel_, |
float * | sub_area_, | ||
int & | k_size_, | ||
float | sigma_, | ||
float | gauss_tail_, | ||
int | max_width_, | ||
int & | width_ | ||
) |
Fancy version.
Definition at line 26 of file osl_kernel.cxx.