jburkardt

EDGE\ Edge Detection {#edge-edge-detection align=”center”} ==============


EDGE is a C++ library which defines some test functions in 1D, 2D and 3D for the detection of edges, and uses GNUPLOT to display images of the functions.

In particular, we look at some simple functional examples in 1D, 2D, and 3D, that is, situations in which a formula is supplied so that the value of a scalar quantity f() can be determined at any point in the region. We are interested in examples in which the quantity f() exhibits jumps. that is, sudden, sharp changes in value.

Licensing: {#licensing align=”center”}

The computer code and data files made available on this web page are distributed under the GNU LGPL license.

Languages: {#languages align=”center”}

EDGE is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version.

GNUPLOT, C++ programs which illustrate how a program can write data and command files so that gnuplot can create plots of the program results.

IMAGE_EDGE, a C++ library which demonstrates a simple procedure for edge detection in images.

Reference: {#reference align=”center”}

Source Code: {#source-code align=”center”}

Examples and Tests: {#examples-and-tests align=”center”}

List of Routines: {#list-of-routines align=”center”}

You can go up one level to the C++ source codes.


Last revised on 19 September 2014.