IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
QRInitializerUtils.h
Go to the documentation of this file.
1 // QRInitializerUtils.h:
3 // ----------------------
4 //
14 
15 #ifndef __IPSDKIPLLINEARALGEBRA_QRINITIALIZERUTILS_H__
16 #define __IPSDKIPLLINEARALGEBRA_QRINITIALIZERUTILS_H__
17 
21 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InNbFeatures.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace la {
26 
29 
32 outputQRSolver(const ImageAttributeConstPtr& pInputAttribute,
33  const boost::shared_ptr<const attr::InNbFeatures>& pNbFeaturesAttr);
34 
37 
38 } // end of namespace la
39 } // end of namespace imaproc
40 } // end of namespace ipsdk
41 
42 #endif // __IPSDKIPLLINEARALGEBRA_QRINITIALIZERUTILS_H__
#define IPSDKIPLLINEARALGEBRA_API
Import/Export macro for library IPSDKIPLLinearAlgebra.
Definition: IPSDKIPLLinearAlgebraExports.h:25
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
IPSDKIPLLINEARALGEBRA_API CustomImageInfoPtr outputQRSolver(const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InNbFeatures > &pNbFeaturesAttr)
function allowing to create an output image initializer for a QR system solution
boost::shared_ptr< BaseCustomImageInfo > CustomImageInfoPtr
Definition of import/export macro for library.