IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LocatePixels2dLvl3.h
1 // LocatePixels2dLvl3.h:
3 // ---------------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_LOCATEPIXELS2DLVL3_H__
16 #define __IPSDKIPLGLOBALMEASURE_LOCATEPIXELS2DLVL3_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutPixels2d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/InBinYStrip2d.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InNbFeatures.h>
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace glbmsr {
29 
32 
33 // declare processing algorithm
34 IPSDK_DECLARE_PROCESSING_ALGORITHM(IPSDKIPLGlobalMeasure, LocatePixels2d,
36  (((ipsdk)(imaproc)(attr))(InBinYStrip2d))
37  (((ipsdk)(imaproc)(attr))(InNbFeatures))
38  (((ipsdk)(imaproc)(attr))(OutPixels2d)))
39 
40  // implementation of image processing data identifier retrieval method
41  // for function selector usage
43 
44  // declaration of parsed data during processing
45  IPSDK_DECLARE_ALGORITHM_PARSED_DATA(((LINESTRIP)(InBinYStrip2d)));
46 
47 // methods
48 public:
49 
50 protected:
51 
53  template <ipsdk::eInstructionSet::domain IS>
54  ipsdk::BoolResult genericProcessFunction(const ipsdk::processor::ProcessingInfo& info);
55 
56 // attributes
57 protected:
58 };
59 
62 
63 } // end of namespace glbmsr
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIPLGLOBALMEASURE_LOCATEPIXELS2DLVL3_H__
IPSDKBASEPROCESSING_API RulePtr none()
#define IPSDK_DECLARE_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)
#define IPSDK_DECLARE_ALGORITHM_PARSED_DATA(dataSeq)
Definition of import/export macro for library.
#define IPSDK_DECLARE_NOTYPE_ALGORITHM_FUNCTION_SELECTOR()