15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_RIDGELINE2DIMGLVL1_H__ 16 #define __IPSDKIPLADVANCEDMORPHOLOGY_RIDGELINE2DIMGLVL1_H__ 22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedStatsResult.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutPIPixels2d.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InPropagationAxis.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InPropagationDirection.h> 28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InOptComputeOutImg.h> 29 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InNbIter.h> 30 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h> 31 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InNbIter.h> 32 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/Optional/InOptMaskImg.h> 33 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutBinImg.h> 34 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutDistImg.h> 35 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutIntImg.h> 47 ipsdk::imaproc::matchSize(_pInImg, _pOutDistImg, _pOutIntImg)&&
48 ipsdk::imaproc::matchImagePlans(_pOutPIPixels2d, _pInImg, eImagePlansMatchPolicy::eIPMP_ZCT)&&
50 ipsdk::imaproc::matchSize(_pInImg, _pInOptMaskImg),
52 ipsdk::imaproc::matchSize(_pOutDistImg, _pOutBinImg),
53 (((
ipsdk)(imaproc)(attr))(InImg))
54 (((
ipsdk)(imaproc)(attr))(InOptMaskImg))
55 (((
ipsdk)(imaproc)(attr))(InPropagationAxis))
56 (((
ipsdk)(imaproc)(attr))(InPropagationDirection))
57 (((
ipsdk)(imaproc)(attr))(InOptComputeOutImg))
58 (((
ipsdk)(imaproc)(attr))(InNbIter))
59 (((
ipsdk)(imaproc)(attr))(OutDistImg)(
duplicateInOut)(_pInImg)(ipsdk::image::eImageBufferType::eIBT_Real32))
60 (((
ipsdk)(imaproc)(attr))(OutIntImg)(
duplicateInOut)(_pInImg)(ipsdk::image::eImageBufferType::eIBT_UInt8))
61 (((
ipsdk)(imaproc)(attr))(OutBinImg)(
duplicateInOut)(_pInImg)(ipsdk::image::eImageBufferType::eIBT_Binary))
88 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_RIDGELINE2DIMGLVL1_H__ Definition of import/export macro for library.
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
processor::OutputInitializerPtr duplicateInOut(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const boost::weak_ptr< InputAttributeType > &pInputAttribute, const eImageInitializerStoragePolicy &storagePolicy=eImageInitializerStoragePolicy::eIISP_Inherit)
ipsdk::core::ExecResult preProcess()
method called before processing
processor::OutputInitializerPtr fromImage(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstWeakPtr &pInputImageAttribute, const eFromImagePlanIndexedPolicy &fromImagePlanIndexedPolicy)
boost::enable_if_c< AttributeType::g_bOptional, RulePtr >::type isSet(const boost::shared_ptr< AttributeType > &pAttribute)
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedStatsResult > PlanIndexedStatsResultPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedStatsResult
Definition: PlanIndexedStatsResult.h:50
IPSDKBASEPROCESSING_API RulePtr If(const RulePtr &pPredicate, const RulePtr &pRuleTrue)