#include "osl_easy_canny.h"
#include <vcl_cassert.h>
#include <vcl_iostream.h>
#include <osl/osl_topology.h>
#include <osl/osl_canny_ox_params.h>
#include <osl/osl_canny_ox.h>
#include <osl/osl_canny_rothwell_params.h>
#include <osl/osl_canny_rothwell.h>
#include <osl/osl_edge_detector_params.h>
#include <osl/osl_edge_detector.h>
Go to the source code of this file.
Functions | |
void | osl_easy_canny (int which_canny, vil1_image const &image, vcl_list< osl_edge * > *edges, double sigma) |
Definition in file osl_easy_canny.cxx.
void osl_easy_canny | ( | int | which_canny, |
vil1_image const & | image, | ||
vcl_list< osl_edge * > * | edges, | ||
double | sigma | ||
) |
Definition at line 25 of file osl_easy_canny.cxx.