Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
EdgeDetect.h File Reference
#include "cinder/Surface.h"
Include dependency graph for EdgeDetect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cinder
 
 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)