TuttleOFX  1
canny.hpp File Reference
#include "sobel.hpp"
#include "localMaxima.hpp"
#include "floodFill.hpp"
#include "thinning.hpp"
#include <terry/algorithm/transform_pixels.hpp>
#include <terry/algorithm/pixel_by_channel.hpp>
#include <terry/color/norm.hpp>
#include <terry/draw/fill.hpp>
#include <terry/numeric/operations.hpp>
#include <boost/gil/algorithm.hpp>
Include dependency graph for canny.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  terry
namespace  terry::filter

Functions

template<template< typename > class Alloc, class SView , class TRGBView , class TGrayView , class DView >
void terry::filter::canny (const SView &srcView, const TRGBView &tmpSobelView, const TGrayView &tmpGrayView, const DView &cannyView, const point2< double > &sobelSize, const convolve_boundary_option sobelBoundaryOption, const double cannyThresLow, const double cannyThresUpper)
 Canny filtering.