#include <Threshold.h>
Classes | |
struct | Obj |
Public Member Functions | |
AdaptiveThresholdT () | |
AdaptiveThresholdT (ChannelT< T > *channel) | |
void | calculate (int32_t windowSize, float percentageDelta, ChannelT< T > *dstChannel) |
| |
typedef shared_ptr< Obj > ::unspecified_bool_type | unspecified_bool_type |
Emulates shared_ptr-like behavior. | |
AdaptiveThresholdT (const AdaptiveThresholdT &other) | |
Emulates shared_ptr-like behavior. | |
AdaptiveThresholdT & | operator= (const AdaptiveThresholdT &other) |
Emulates shared_ptr-like behavior. | |
bool | operator== (const AdaptiveThresholdT &other) |
Emulates shared_ptr-like behavior. | |
operator unspecified_bool_type () const | |
Emulates shared_ptr-like behavior. | |
void | reset () |
Emulates shared_ptr-like behavior. |
typedef shared_ptr<Obj>::unspecified_bool_type cinder::ip::AdaptiveThresholdT< T >::unspecified_bool_type |
Emulates shared_ptr-like behavior.
cinder::ip::AdaptiveThresholdT< T >::AdaptiveThresholdT | ( | ) |
cinder::ip::AdaptiveThresholdT< T >::AdaptiveThresholdT | ( | ChannelT< T > * | channel | ) |
cinder::ip::AdaptiveThresholdT< T >::AdaptiveThresholdT | ( | const AdaptiveThresholdT< T > & | other | ) |
Emulates shared_ptr-like behavior.
void cinder::ip::AdaptiveThresholdT< T >::calculate | ( | int32_t | windowSize, | |
float | percentageDelta, | |||
ChannelT< T > * | dstChannel | |||
) |
AdaptiveThresholdT& cinder::ip::AdaptiveThresholdT< T >::operator= | ( | const AdaptiveThresholdT< T > & | other | ) |
Emulates shared_ptr-like behavior.
bool cinder::ip::AdaptiveThresholdT< T >::operator== | ( | const AdaptiveThresholdT< T > & | other | ) |
Emulates shared_ptr-like behavior.
cinder::ip::AdaptiveThresholdT< T >::operator unspecified_bool_type | ( | ) | const |
Emulates shared_ptr-like behavior.
void cinder::ip::AdaptiveThresholdT< T >::reset | ( | ) |
Emulates shared_ptr-like behavior.