27 namespace cinder {
namespace ip {
30 void edgeDetectSobel(
const ChannelT<T> &srcChannel,
const Area &srcArea,
const Vec2i &dstOffset, ChannelT<T> *dstChannel );
32 void edgeDetectSobel(
const SurfaceT<T> &srcSurface,
const Area &srcArea,
const Vec2i &dstOffset, SurfaceT<T> *dstSuface );
34 void edgeDetectSobel(
const ChannelT<T> &srcChannel, ChannelT<T> *dstChannel );
36 void edgeDetectSobel(
const SurfaceT<T> &srcSurface, SurfaceT<T> *dstSuface );
void edgeDetectSobel(const ChannelT< T > &srcChannel, const Area &srcArea, const Vec2i &dstOffset, ChannelT< T > *dstChannel)
Definition: EdgeDetect.cpp:38
Vec2< int > Vec2i
Definition: Vector.h:1313