Classes | Public Member Functions
cinder::ip::AdaptiveThresholdT< T > Class Template Reference

#include <Threshold.h>

List of all members.

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.

template<typename T>
class cinder::ip::AdaptiveThresholdT< T >


Member Typedef Documentation

template<typename T >
typedef std::shared_ptr<Obj> AdaptiveThresholdT::* cinder::ip::AdaptiveThresholdT< T >::unspecified_bool_type

Emulates shared_ptr-like behavior.


Constructor & Destructor Documentation

template<typename T >
cinder::ip::AdaptiveThresholdT< T >::AdaptiveThresholdT ( )
template<typename T >
cinder::ip::AdaptiveThresholdT< T >::AdaptiveThresholdT ( ChannelT< T > *  channel)

Member Function Documentation

template<typename T >
void cinder::ip::AdaptiveThresholdT< T >::calculate ( int32_t  windowSize,
float  percentageDelta,
ChannelT< T > *  dstChannel 
)
template<typename T >
cinder::ip::AdaptiveThresholdT< T >::operator unspecified_bool_type ( ) const

Emulates shared_ptr-like behavior.

template<typename T >
void cinder::ip::AdaptiveThresholdT< T >::reset ( )

Emulates shared_ptr-like behavior.


The documentation for this class was generated from the following files: