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

Go to the source code of this file.

Functions

unsigned int osl_canny_nms (int xsize_, int ysize_, float *const *dx_, float *const *dy_, float const *const *grad_, float *const *thick_, float *const *theta_)
 returns number of edgels found [?].

Function Documentation

unsigned int osl_canny_nms ( int  xsize_,
int  ysize_,
float *const *  dx_,
float *const *  dy_,
float const *const *  grad_,
float *const *  thick_,
float *const *  theta_ 
)

returns number of edgels found [?].

Definition at line 14 of file osl_canny_nms.cxx.