#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 std::shared_ptr< Obj > AdaptiveThresholdT::* | unspecified_bool_type |
| Emulates shared_ptr-like behavior. | |
| operator unspecified_bool_type () const | |
| Emulates shared_ptr-like behavior. | |
| void | reset () |
| Emulates shared_ptr-like behavior. | |
| typedef std::shared_ptr<Obj> AdaptiveThresholdT::* 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 | ) |
| void cinder::ip::AdaptiveThresholdT< T >::calculate | ( | int32_t | windowSize, |
| float | percentageDelta, | ||
| ChannelT< T > * | dstChannel | ||
| ) |
| 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.