|
template<typename T > |
void | cinder::ip::edgeDetectSobel (const ChannelT< T > &srcChannel, const Area &srcArea, const ivec2 &dstOffset, ChannelT< T > *dstChannel) |
|
template<typename T > |
void | cinder::ip::edgeDetectSobel (const SurfaceT< T > &srcSurface, const Area &srcArea, const ivec2 &dstOffset, SurfaceT< T > *dstSuface) |
|
template<typename T > |
void | cinder::ip::edgeDetectSobel (const ChannelT< T > &srcChannel, ChannelT< T > *dstChannel) |
|
template<typename T > |
void | cinder::ip::edgeDetectSobel (const SurfaceT< T > &srcSurface, SurfaceT< T > *dstSuface) |
|