template void edgeDetectSobel(
const ChannelT<T> &srcChannel,
const Area &srcArea,
const Vec2i &dstLT, ChannelT<T> *dstChannel ); \
template
void edgeDetectSobel(
const SurfaceT<T> &srcSurface,
const Area &srcArea,
const Vec2i &dstLT, SurfaceT<T> *dstSurface ); \
template
void edgeDetectSobel(
const ChannelT<T> &srcChannel, ChannelT<T> *dstChannel ); \
template
void edgeDetectSobel(
const SurfaceT<T> &srcSurface, SurfaceT<T> *dstSurface );
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