Go to the source code of this file.
Namespaces | |
namespace | cinder |
namespace | cinder::ip |
Functions | |
template<typename T > | |
void | cinder::ip::edgeDetectSobel (const ChannelT< T > &srcChannel, const Area &srcArea, const Vec2i &dstOffset, ChannelT< T > *dstChannel) |
template<typename T > | |
void | cinder::ip::edgeDetectSobel (const SurfaceT< T > &srcSurface, const Area &srcArea, const Vec2i &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) |