![]() |
Cinder
0.9.1
|
#include <Threshold.h>
Public Member Functions | |
AdaptiveThresholdT () | |
AdaptiveThresholdT (const ChannelT< T > *channel) | |
void | calculate (int32_t windowSize, float percentageDelta, ChannelT< T > *dstChannel) |
cinder::ip::AdaptiveThresholdT< T >::AdaptiveThresholdT | ( | ) |
cinder::ip::AdaptiveThresholdT< T >::AdaptiveThresholdT | ( | const ChannelT< T > * | channel | ) |
Uses channel as source, but not assume ownership.
void cinder::ip::AdaptiveThresholdT< T >::calculate | ( | int32_t | windowSize, |
float | percentageDelta, | ||
ChannelT< T > * | dstChannel | ||
) |