IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Typedefs | Enumerations
OptimizationTypes.h File Reference

Predefined types for optimization framework. More...

#include <IPSDKUtil/Tools/EnumMacros.h>
#include <IPSDKUtil/Tools/ProcessingResult.h>
#include <IPSDKMath/LinearAlgebra/LinearAlgebraTypes.h>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::math
 Namespace agregating IPSDK mathematical routines and classes.
 

Typedefs

typedef ProcessingResult< eOptStatus > ipsdk::math::OptResult
 optimization result type
 
typedef boost::shared_ptr< BaseCostFunction > ipsdk::math::CostFunctionPtr
 shared pointer to cost function
 
typedef boost::shared_ptr< const BaseCostFunction > ipsdk::math::CostFunctionConstPtr
 shared pointer to const cost function
 

Enumerations

enum  ipsdk::math::eOptStatus { ipsdk::math::eOS_Succeeded, ipsdk::math::eOS_Warn, ipsdk::math::eOS_Failed }
 

Detailed Description

Predefined types for optimization framework.

Author
E. Noirfalise
Date
2016/02/18