Cinder  0.9.1
Classes | Namespaces | Typedefs | Functions
Threshold.h File Reference
#include "cinder/Cinder.h"
#include "cinder/Surface.h"
#include <vector>

Classes

class  cinder::ip::AdaptiveThresholdT< T >
 

Namespaces

 cinder
 
 cinder::ip
 

Typedefs

typedef AdaptiveThresholdT< uint8_t > cinder::ip::AdaptiveThreshold
 
typedef AdaptiveThresholdT< uint8_t > cinder::ip::AdaptiveThreshold8u
 
typedef AdaptiveThresholdT< float > cinder::ip::AdaptiveThreshold32f
 

Functions

template<typename T >
void cinder::ip::threshold (SurfaceT< T > *surface, T value, const Area &area)
 
template<typename T >
void cinder::ip::threshold (SurfaceT< T > *surface, T value)
 
template<typename T >
void cinder::ip::threshold (const SurfaceT< T > &srcSurface, T value, SurfaceT< T > *dstSurface)
 
template<typename T >
void cinder::ip::threshold (const ChannelT< T > &srcSurface, T value, ChannelT< T > *dstSurface)
 
template<typename T >
void cinder::ip::adaptiveThreshold (const ChannelT< T > &srcChannel, int32_t windowSize, float percentageDelta, ChannelT< T > *dstChannel)
 
template<typename T >
void cinder::ip::adaptiveThreshold (ChannelT< T > *channel, int32_t windowSize, float percentageDelta)
 
template<typename T >
void cinder::ip::adaptiveThresholdZero (ChannelT< T > *channel, int32_t windowSize)
 
template<typename T >
void cinder::ip::adaptiveThresholdZero (const ChannelT< T > &srcChannel, int32_t windowSize, ChannelT< T > *dstChannel)