IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UnrollRingInitializerUtils.h
Go to the documentation of this file.
1 // UnrollRingInitializerUtils.h:
3 // -----------------------------
4 //
15 
16 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_UNROLLRINGINITIALIZERUTILS_H__
17 #define __IPSDKIPLGEOMETRICTRANSFORM_UNROLLRINGINITIALIZERUTILS_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InRingHalfThickness.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InOptOutSizeX.h>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace gtrans {
28 
31 
34 outputUnrollRing(const ImageAttributeConstPtr& pInputAttribute,
35  const boost::shared_ptr<const attr::InOptOutSizeX>& pInOptOutSizeX,
36  const boost::shared_ptr<const attr::InRingHalfThickness>& pInRingHalfThickness);
37 
40 
41 } // end of namespace gtrans
42 } // end of namespace imaproc
43 } // end of namespace ipsdk
44 
45 #endif // __IPSDKIPLGEOMETRICTRANSFORM_UNROLLRINGINITIALIZERUTILS_H__
Definition of import/export macro for library.
IPSDKIPLGEOMETRICTRANSFORM_API CustomImageInfoPtr outputUnrollRing(const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InOptOutSizeX > &pInOptOutSizeX, const boost::shared_ptr< const attr::InRingHalfThickness > &pInRingHalfThickness)
function allowing to create a "unroll ring" image initializer
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
boost::shared_ptr< BaseCustomImageInfo > CustomImageInfoPtr
#define IPSDKIPLGEOMETRICTRANSFORM_API
Import/Export macro for library IPSDKIPLGeometricTransform.
Definition: IPSDKIPLGeometricTransformExports.h:25