15 #ifndef __IPSDKIPLCLASSIFICATION_KMEANSASSIGNIMGLVL3_H__ 16 #define __IPSDKIPLCLASSIFICATION_KMEANSASSIGNIMGLVL3_H__ 22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InFlattenedClustersCenters.h> 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutKMeansAssignmentInfo.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/InSeqYStrip2d.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/OutClassYStrip2d.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InUpdateCentersFlag.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/InOptSingleGreyMaskYStrip2d.h> 39 (((
ipsdk)(imaproc)(attr))(InSeqYStrip2d))
40 (((
ipsdk)(imaproc)(attr))(InOptSingleGreyMaskYStrip2d))
41 (((
ipsdk)(imaproc)(attr))(InFlattenedClustersCenters))
42 (((
ipsdk)(imaproc)(attr))(OutKMeansAssignmentInfo))
43 (((
ipsdk)(imaproc)(attr))(InUpdateCentersFlag))
44 (((
ipsdk)(imaproc)(attr))(OutClassYStrip2d)))
49 ((STRIP)(OutClassYStrip2d)));
53 ((RAWSTRIP)(InOptSingleGreyMaskYStrip2d))
54 ((RAWSTRIP)(OutClassYStrip2d)));
61 template <
typename BufInType,
typename BufOutType,
62 ipsdk::eInstructionSet::domain IS>
66 template <
bool g_bInit,
typename BufInType,
typename BufOutType,
67 ipsdk::eInstructionSet::domain IS>
73 std::vector<ipReal64> _vInBuffer;
74 std::vector<ipReal64> _vDist;
75 std::vector<ipReal64> _vMinDist;
76 std::vector<ipUInt32> _vBestClasses;
87 #endif // __IPSDKIPLCLASSIFICATION_KMEANSASSIGNIMGLVL3_H__
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.
#define IPSDK_DECLARE_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)
#define IPSDK_DECLARE_ALGORITHM_PARSED_DATA(dataSeq)
#define IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)