![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Base class for objects allowing to define preprocessing configuration for 2d images used as inputs of shape analysis. More...
#include <BaseIntensity2dPreProcessorConfig.h>
Public Member Functions | |
| bool | is2dPreProcessing () const |
| retrieve flag indicating whether preprocessing is 2d or 3d | |
Constructors and destructor | |
| BaseIntensity2dPreProcessorConfig () | |
| ~BaseIntensity2dPreProcessorConfig () | |
Public Member Functions inherited from ipsdk::shape::analysis::BaseIntensityPreProcessorConfig | |
| bool | isInit () const |
| retrieve flag indicating whether object has been initialized | |
| BoolResult | createProcessor (const image::ImageConstPtr &pInImg, processor::ProcessorPtr &pProcessor) |
| create processor associated to pre processing More... | |
| image::ImagePtr | extractOutputImage (processor::BaseProcessor &processor) |
| retrieve output image from processor after run More... | |
| BaseIntensityPreProcessorConfig () | |
| virtual | ~BaseIntensityPreProcessorConfig ()=0 |
| bool | operator== (const BaseIntensityPreProcessorConfig &other) const |
| comparison operators | |
| bool | operator!= (const BaseIntensityPreProcessorConfig &other) const |
| comparison operators | |
Public Member Functions inherited from ipsdk::BaseSerializationObject | |
| BaseSerializationObject () | |
| Default constructor. | |
| virtual | ~BaseSerializationObject ()=0 |
| destructor | |
Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual const std::string & | getClassName () const |
| method allowing to retrieve object class name | |
| virtual BaseDynamicObject * | createNew () const =0 |
| method allowing to create new instance of current object type | |
| virtual DynamicObjectPtr | createShared () const =0 |
| method allowing to create new shared instance of current object type | |
| virtual bool | hasCopySupport () const =0 |
| check whether objet has copy support | |
| virtual BaseDynamicObject * | duplicate () const =0 |
| method allowing to duplicate current object More... | |
| virtual DynamicObjectPtr | duplicateShared () const =0 |
| method allowing shared duplication of current object More... | |
| BaseDynamicObject () | |
| virtual | ~BaseDynamicObject ()=0 |
Static Public Attributes | |
| static const bool | g_b2dPreProcessing = true |
| flag indicating whether preprocessing is 2d or 3d | |
Additional Inherited Members | |
Static Public Member Functions inherited from ipsdk::BaseSerializationObject | |
| static ipUInt32 | getVersion () |
| method allowing to retrieve class version information for serialization | |
Static Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| static const std::string & | getTypeName () |
| method allowing to retrieve name associated to class | |
Protected Member Functions inherited from ipsdk::shape::analysis::BaseIntensityPreProcessorConfig | |
| void | initBase () |
| base class initialization method | |
| virtual BoolResult | createProcessorDerived (const image::ImageConstPtr &pInImg, processor::ProcessorPtr &pProcessor)=0 |
| create processor associated to pre processing More... | |
| virtual image::ImagePtr | extractOutputImageDerived (processor::BaseProcessor &processor)=0 |
| retrieve output image from processor after run | |
| virtual bool | compareDerived (const BaseIntensityPreProcessorConfig &other) const =0 |
| method allowing to compare pre processor parameters in derived class | |
Protected Member Functions inherited from ipsdk::BaseSerializationObject | |
| virtual BoolResult | write (BaseOArchive &ar) const |
| method allowing to ensure serialization write part for object | |
| virtual BoolResult | read (BaseIArchive &ar) |
| method allowing to ensure serialization read part for object | |
Protected Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual void | initCtorCopy (const BaseDynamicObject &object) |
| virtual void | copy (const BaseDynamicObject &object) |
| method allowing to copy data from another object | |
Base class for objects allowing to define preprocessing configuration for 2d images used as inputs of shape analysis.
1.8.14