IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Typedefs

robust estimation results More...

Classes

class  ipsdk::imaproc::attr::RobustEstimationResults
 robust estimation results More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::RobustEstimationResultsipsdk::imaproc::attr::RobustEstimationResultsPtr
 shared pointer to ipsdk::imaproc::attr::RobustEstimationResults
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::RobustEstimationResultsipsdk::imaproc::attr::RobustEstimationResultsConstPtr
 shared pointer to const ipsdk::imaproc::attr::RobustEstimationResults
 

Detailed Description

robust estimation results

SubNodes description

Name ToolTip Associated Class Default Value
Config threshold on accumulation intensities for local maxima extraction ipsdk::imaproc::attr::RobustEstimationConfig
NbEstimParams number of estimated parameters ipsdk::DataItemLeaf<ipsdk::ipUInt32>
InputDataSize size of input data (size of each elements in input data set) ipsdk::DataItemLeaf<ipsdk::ipUInt32>
NbMinDataForEstimation minimum number of input data for a simple estimation ipsdk::DataItemLeaf<ipsdk::ipUInt32>
NbMinDataForRobustEstimation minimum number of input data for a robust estimation ipsdk::DataItemLeaf<ipsdk::ipUInt32>
NbInputData number of input data available for estimation ipsdk::DataItemLeaf<ipsdk::ipUInt32>
EstimationStatusFlag flag associated to estimation status ipsdk::DataItemLeaf<ipsdk::ipBool>
EstimationStatusMsg estimation status message ipsdk::DataItemLeaf<std::string>
RobustEstimationDone flag indicating whether a robust estimation has been proceeded ipsdk::DataItemLeaf<ipsdk::ipBool>
EstimParams estimated parameters ipsdk::DataItemLeafColl<ipsdk::ipReal64>
ResidualsSet estimation residuals ipsdk::DataItemLeafColl<ipsdk::ipReal64>
OutlierFlags estimated outlier flags ipsdk::DataItemLeafColl<ipsdk::ipBool>
EstimOutlierThreshold outlier threshold estimated during processing ipsdk::DataItemLeaf<ipsdk::ipReal64>
NbNonLinearIteration Number of non linear iteration proceeded, a null value stands for no non linear processing done. ipsdk::DataItemLeaf<ipsdk::ipUInt32>