16 #ifndef __IPSDKIPLSHAPEANALYSIS_GAUSSGRAD3DPREPROCESSORCONFIG_H__ 17 #define __IPSDKIPLSHAPEANALYSIS_GAUSSGRAD3DPREPROCESSORCONFIG_H__ 21 #pragma warning (push) 22 #pragma warning (disable : 4251) 25 #include <IPSDKBaseShapeAnalysis/Measure/Info/Config/BaseIntensity3dPreProcessorConfig.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h> 71 bool compareDerived(const BaseIntensityPreProcessorConfig& other) const;
79 image::
ImagePtr extractOutputImageDerived(processor::BaseProcessor& processor);
104 #pragma warning (pop) 106 #endif // __IPSDKIPLSHAPEANALYSIS_GAUSSGRAD3DPREPROCESSORCONFIG_H__
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
Configuration object allowing computation of a component of gaussian gradient as pre processing of sh...
Definition: GaussGrad3dPreProcessorConfig.h:37
boost::shared_ptr< const ipsdk::imaproc::attr::GaussianCoverage > GaussianCoverageConstPtr
shared pointer to const ipsdk::imaproc::attr::GaussianCoverage
Definition: GaussianCoverage.h:134
#define IPSDK_DECLARE_SERIAL_WITHOUT_COPY(libraryName, className)
eGradComponent
Definition: GaussGrad3dPreProcessorConfig.h:48
boost::shared_ptr< const BaseImage > ImageConstPtr
boost::shared_ptr< BaseProcessor > ProcessorPtr
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
#define IPSDK_ENUM(enumTypeStr, enumSeq)