16 #ifndef __IPSDKIPLGLOBALMEASURE_HISTOGRAMMASKMSR2DLVL2_H__ 17 #define __IPSDKIPLGLOBALMEASURE_HISTOGRAMMASKMSR2DLVL2_H__ 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptHistoMsrParams.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutHistogram.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubImg2d.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubMaskImg2d.h> 32 class StatsMaskMsr2dLvl2;
39 ipsdk::imaproc::matchSize(_pInSubImg2d, _pInSubMaskImg2d) &&
41 ipsdk::imaproc::matchImageRange<ipsdk::imaproc::attr::HistoMsrParams::Min>(_pInSubImg2d, _pInOptHistoMsrParams) &&
42 ipsdk::imaproc::matchImageRange<ipsdk::imaproc::attr::HistoMsrParams::Max>(_pInSubImg2d, _pInOptHistoMsrParams) &&
43 ipsdk::processor::isGreater<ipsdk::imaproc::attr::HistoMsrParams::BinWidth>(_pInOptHistoMsrParams, 0),
45 (((
ipsdk)(imaproc)(attr))(InSubImg2d))
46 (((
ipsdk)(imaproc)(attr))(InSubMaskImg2d))
47 (((
ipsdk)(imaproc)(attr))(InOptHistoMsrParams))
48 (((
ipsdk)(imaproc)(attr))(OutHistogram)))
75 boost::shared_ptr<glbmsr::StatsMaskMsr2dLvl2> _pStatsMaskMsr2dLvl2;
85 #endif // __IPSDKIPLGLOBALMEASURE_HISTOGRAMMASKMSR2DLVL2_H__ ProcessingResult< eRetrievalResultType > RetrievalResult
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
ProcessingResult< eExecutionResult > ExecResult
boost::enable_if_c< AttributeType::g_bOptional, RulePtr >::type isSet(const boost::shared_ptr< AttributeType > &pAttribute)
boost::shared_ptr< BaseActionProvider > ActionProviderPtr
Definition of import/export macro for library.
IPSDK_DECLARE_GPU_PROCESSING_ALGORITHM(IPSDKIPLFiltering, Convolution2dImg, ipsdk::imaproc::matchSize(_pInSubGpuImg, _pOutImg),(((ipsdk)(imaproc)(attr))(InSubGpuImg))(((ipsdk)(imaproc)(attr))(InKnlXY))(((ipsdk)(imaproc)(attr))(InNormalize))(((ipsdk)(imaproc)(attr))(InConvolBorder2d))(((ipsdk)(imaproc)(attr))(OutImg))) IPSDKCUDA_DECLARE_ALGORITHM_FUNCTION_SELECTOR((InSubGpuImg)(OutImg)) public void clearIntermediateData()
method called before processing
#define IPSDK_DECLARE_DYNAMIC_RESULT_COLL(AttributeType, CollType)
IPSDKBASEPROCESSING_API RulePtr If(const RulePtr &pPredicate, const RulePtr &pRuleTrue)