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 [?]. | |
| 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.
1.7.5.1