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