15 #ifndef __IPSDKIPLCLASSIFICATION_KMEANSASSIGNIMGLVL2_H__ 16 #define __IPSDKIPLCLASSIFICATION_KMEANSASSIGNIMGLVL2_H__ 22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InFlattenedClustersCenters.h> 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutKMeansAssignmentInfo.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubSeqImg2d.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutClassImg.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InUpdateCentersFlag.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/Optional/InOptSingleGreyMaskSubImg2d.h> 38 ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_2d, _pInSubSeqImg2d, _pOutClassImg) &&
40 ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_2d, _pInSubSeqImg2d, _pInOptSingleGreyMaskSubImg2d),
42 (((
ipsdk)(imaproc)(attr))(InSubSeqImg2d))
43 (((
ipsdk)(imaproc)(attr))(InFlattenedClustersCenters))
44 (((
ipsdk)(imaproc)(attr))(InUpdateCentersFlag))
45 (((
ipsdk)(imaproc)(attr))(InOptSingleGreyMaskSubImg2d))
46 (((
ipsdk)(imaproc)(attr))(OutKMeansAssignmentInfo))
47 (((
ipsdk)(imaproc)(attr))(OutClassImg)))
69 #endif // __IPSDKIPLCLASSIFICATION_KMEANSASSIGNIMGLVL2_H__ #define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.
ProcessingResult< eExecutionResult > ExecResult
boost::enable_if_c< AttributeType::g_bOptional, RulePtr >::type isSet(const boost::shared_ptr< AttributeType > &pAttribute)
#define IPSDK_DECLARE_DYNAMIC_RESULT_COLL(AttributeType, CollType)
IPSDKBASEPROCESSING_API RulePtr If(const RulePtr &pPredicate, const RulePtr &pRuleTrue)