TuttleOFX
1
|
#include "gaussianKernel.hpp"
#include <terry/filter/convolve.hpp>
#include <terry/numeric/operations.hpp>
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. |