TuttleOFX  1
sobel.hpp File Reference
Include dependency graph for sobel.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 DView >
void terry::filter::sobel (const SView &srcView, const DView &dstViewX, const DView &dstViewY, const point2< double > &size, const convolve_boundary_option boundary_option)
 Sobel filtering.