IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ColorRuleUtils.h
Go to the documentation of this file.
1 // ColorRuleUtils.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLCOLOR_COLORRULEUTILS_H__
16 #define __IPSDKIPLCOLOR_COLORRULEUTILS_H__
17 
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InColorConversionTransform.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace color {
27 
30 
34 matchColorSpace(const ImageAttributeConstPtr& pInputImageAttribute,
35  const ImageAttributeConstPtr& pOutputImageAttribute,
36  const boost::shared_ptr<const attr::InColorConversionTransform>& pInColorConversionTransform);
37 
41 matchColorSpace(const YStripColor2dAttributeConstPtr& pInputYStripColor2dAttribute,
42  const YStripColor2dAttributeConstPtr& pOutputYStripColor2dAttribute,
43  const boost::shared_ptr<const attr::InColorConversionTransform>& pInColorConversionTransform);
44 
47 matchAppendChannel(const ImageAttributeConstPtr& pInputImageAttribute1,
48  const ImageAttributeConstPtr& pinputImageAttribute2,
49  const ImageAttributeConstPtr& pOutputImageAttribute);
50 
53 
54 } // end of namespace color
55 } // end of namespace imaproc
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKIPLCOLOR_COLORRULEUTILS_H__
Definition of import/export macro for library.
boost::shared_ptr< const BaseYStripColor2dAttribute > YStripColor2dAttributeConstPtr
boost::shared_ptr< BaseRule > RulePtr
IPSDKIPLCOLOR_API processor::RulePtr matchColorSpace(const ImageAttributeConstPtr &pInputImageAttribute, const ImageAttributeConstPtr &pOutputImageAttribute, const boost::shared_ptr< const attr::InColorConversionTransform > &pInColorConversionTransform)
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
#define IPSDKIPLCOLOR_API
Import/Export macro for library IPSDKIPLColor.
Definition: IPSDKIPLColorExports.h:25
IPSDKIPLCOLOR_API processor::RulePtr matchAppendChannel(const ImageAttributeConstPtr &pInputImageAttribute1, const ImageAttributeConstPtr &pinputImageAttribute2, const ImageAttributeConstPtr &pOutputImageAttribute)
function allowing to check that a output number of channels is the sum of the two input number of cha...