15 #ifndef __IPSDKIPLCLASSIFICATION_KMEANSCOMPUTECENTERSLVL1_H__ 16 #define __IPSDKIPLCLASSIFICATION_KMEANSCOMPUTECENTERSLVL1_H__ 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutClustersCenters.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutKMeansAssignmentInfo.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutOptNbEltsPerCluster.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InClassImg.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InHomogeneousImg.h> 28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InOptNbClusters.h> 29 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/Optional/InOptSingleGreyMaskImg.h> 41 ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_3d, _pInHomogeneousImg, _pInOptSingleGreyMaskImg),
43 (((
ipsdk)(imaproc)(attr))(InHomogeneousImg))
44 (((
ipsdk)(imaproc)(attr))(InClassImg))
45 (((
ipsdk)(imaproc)(attr))(InOptSingleGreyMaskImg))
46 (((
ipsdk)(imaproc)(attr))(InOptNbClusters))
48 (((
ipsdk)(imaproc)(attr))(OutOptNbEltsPerCluster)))
71 #endif // __IPSDKIPLCLASSIFICATION_KMEANSCOMPUTECENTERSLVL1_H__
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
#define IPSDK_DECLARE_STATIC_RESULT_COLL(AttributeType, CollType)
processor::OutputInitializerPtr allocate(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute)
boost::enable_if_c< AttributeType::g_bOptional, RulePtr >::type isSet(const boost::shared_ptr< AttributeType > &pAttribute)
IPSDKBASEPROCESSING_API RulePtr If(const RulePtr &pPredicate, const RulePtr &pRuleTrue)