Functions
contrib/oxl/osl/osl_kernel.h File Reference

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_OX_, int &k_size_, float sigma_, float gauss_tail_, int max_width_OX_, int &width_)
 Fancy version.

Detailed Description

Author:
fsm

Definition in file osl_kernel.h.


Function Documentation

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_OX_,
int &  k_size_,
float  sigma_,
float  gauss_tail_,
int  max_width_OX_,
int &  width_ 
)

Fancy version.

Definition at line 26 of file osl_kernel.cxx.