template void edgeDetectSobel(
const ChannelT<T> &srcChannel,
const Area &srcArea,
const ivec2 &dstLT, ChannelT<T> *dstChannel ); \
template
void edgeDetectSobel(
const SurfaceT<T> &srcSurface,
const Area &srcArea,
const ivec2 &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 ivec2 &dstOffset, ChannelT< T > *dstChannel)
Definition: EdgeDetect.cpp:38
highp_ivec2 ivec2
Definition: type_vec.hpp:448