#include "CannyModel.H"
#include "Image/Pixels.H"
#include "Image/Image.H"
#include "rutz/shared_ptr.h"
#include "Image/DrawOps.H"
#include "Image/ColorOps.H"
#include "GUI/XWindow.H"
#include <cmath>
Go to the source code of this file.
Simple shape models
Definition in file CannyModel.C.