Functions | Variables
contrib/oxl/osl/osl_canny_rothwell.cxx File Reference
#include "osl_canny_rothwell.h"
#include <osl/osl_canny_rothwell_params.h>
#include <osl/osl_kernel.h>
#include <osl/osl_canny_smooth.h>
#include <osl/osl_canny_gradient.h>
#include <vnl/vnl_math.h>
#include <vcl_list.h>
#include <vcl_cmath.h>
#include <vcl_cstdlib.h>
#include <vcl_cstdio.h>
#include <vcl_iostream.h>
#include <vcl_cassert.h>

Go to the source code of this file.

Functions

osl_Vertexosl_find (vcl_list< osl_Vertex * > const *l, osl_Vertex const &v)
 Returns the first osl_Vertex* in l which matches (i.e. compares equal to) v.
osl_Vertexosl_find (vcl_list< osl_Vertex * > const *l, float x, float y)

Variables

const float DUMMYTHETA = 10000.0

Detailed Description

Definition in file osl_canny_rothwell.cxx.


Function Documentation

osl_Vertex* osl_find ( vcl_list< osl_Vertex * > const *  l,
osl_Vertex const &  v 
)

Returns the first osl_Vertex* in l which matches (i.e. compares equal to) v.

returns 0 if none found.

Definition at line 556 of file osl_canny_ox.cxx.

osl_Vertex* osl_find ( vcl_list< osl_Vertex * > const *  l,
float  x,
float  y 
)

Definition at line 564 of file osl_canny_ox.cxx.


Variable Documentation

const float DUMMYTHETA = 10000.0

Definition at line 19 of file osl_canny_rothwell.cxx.