Cinder  0.9.1
Namespaces | Functions
EdgeDetect.h File Reference
#include "cinder/Surface.h"

Namespaces

 cinder
 
 cinder::ip
 

Functions

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)