IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
StatisticsLogMessages.h
Go to the documentation of this file.
1 // StatisticsLogMessages.h:
3 // ------------------------
4 //
14 
15 #ifndef __IPSDKMATH_STATISTICSLOGMESSAGES_H__
16 #define __IPSDKMATH_STATISTICSLOGMESSAGES_H__
17 
20 
21 namespace ipsdk {
22 namespace math {
23 
26 
47 )
48 
49 
52 } // end of namespace math
53 } // end of namespace ipsdk
54 
55 #endif // __IPSDKMATH_STATISTICSLOGMESSAGES_H__
Definition of import/export macro for library.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Histogram global bounds policy s is not yet supported.
Definition: StatisticsLogMessages.h:43
Gaussian curve estimation leads to an invalid solution for estimated parameters.
Definition: StatisticsLogMessages.h:39
Input collections size should be the same (first collection size is d while second collection size is...
Definition: StatisticsLogMessages.h:35
Dilate factor should be positive.
Definition: StatisticsLogMessages.h:55
First histogram value f should be greater than last one f.
Definition: StatisticsLogMessages.h:59
Header part of macros set allowing to manager log messages map into libraries.
#define DECLARE_LOG_MESSAGE_MAP(libraryName, enumTypeStr, enumSeq)
macro allowing to declare a message map for a given library libraryName and a given enumerate enumTyp...
Definition: LogMessageManagerHdrMacros.h:27
Failed to export histogram to file s.
Definition: StatisticsLogMessages.h:37
Histogram bin index d is not valid for histogram with d bins.
Definition: StatisticsLogMessages.h:45
Histogram class has not been initialized.
Definition: StatisticsLogMessages.h:51
eStatisticsMessage
Enumerate describing messages.
Definition: StatisticsLogMessages.h:33
Invalid quantile value f, should be in [0, 1].
Definition: StatisticsLogMessages.h:49
Histogram bin width f should be greater than zero.
Definition: StatisticsLogMessages.h:57
Invalid matrix rank d for gaussian curve estimation, expecting a full matrix rank [d]...
Definition: StatisticsLogMessages.h:41
Histogram population with expected size d mismatch from provided collection size d.
Definition: StatisticsLogMessages.h:53
Histogram number of classes should not be null.
Definition: StatisticsLogMessages.h:61
Histogram class index d is not valid for histogram with d classes.
Definition: StatisticsLogMessages.h:47
Number of clusters {d} should not be greater than number of used histogram bins {d}.
Definition: StatisticsLogMessages.h:63