Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Public Member Functions | List of all members
cinder::ip::AdaptiveThresholdT< T > Class Template Reference

#include <Threshold.h>

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. More...
 
 operator unspecified_bool_type () const
 Emulates shared_ptr-like behavior. More...
 
void reset ()
 Emulates shared_ptr-like behavior. More...
 

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: