16 #ifndef __IPSDKIPLATTRIBUTES_LOCALEXTREMACONFIG_H__ 17 #define __IPSDKIPLATTRIBUTES_LOCALEXTREMACONFIG_H__ 100 #endif // __IPSDKIPLATTRIBUTES_LOCALEXTREMACONFIG_H__ IPSDKIPLATTRIBUTES_API LocalExtremaConfigPtr createLocalExtremaConfig(const eLocalExtremumType &localExtremumType, const ipReal64 threshold, const ipUInt64 nbTotPoints)
function allowing to initialize input parameters for the local extrema extraction algorithms with def...
eLocalExtremumType
Enumerate describing local extremum type.
Definition: ExtremumTypes.h:31
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< LocalExtremaConfig > LocalExtremaConfigPtr
shared pointer to LocalExtremaConfig
Definition: LocalExtremaConfig.h:151
boost::shared_ptr< const LocalExtremaConfig > LocalExtremaConfigConstPtr
shared pointer to const LocalExtremaConfig
Definition: LocalExtremaConfig.h:155
Definition of import/export macro for library.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
Local maxima extremum.
Definition: ExtremumTypes.h:33
Predefined types for extremum management.