IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FastCCRuleUtils.h
Go to the documentation of this file.
1 // FastCCRuleUtils.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_FASTCCRULEUTILS_H__
16 #define __IPSDKIPLFILTERING_FASTCCRULEUTILS_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace filter {
24 
27 
30 fastCCRule2d(const ImageAttributeConstPtr& pInput1Attribute, const ImageAttributeConstPtr& pInput2Attribute);
31 
34 fastCCRule3d(const ImageAttributeConstPtr& pInput1Attribute, const ImageAttributeConstPtr& pInput2Attribute);
35 
38 
39 } // end of namespace filter
40 } // end of namespace imaproc
41 } // end of namespace ipsdk
42 
43 #endif // __IPSDKIPLFILTERING_FASTCCRULEUTILS_H__
IPSDKIPLFILTERING_API CustomCheckedImagePropertyPtr fastCCRule3d(const ImageAttributeConstPtr &pInput1Attribute, const ImageAttributeConstPtr &pInput2Attribute)
function allowing to define output image 3d size is smaller than the input image or a target size ...
boost::shared_ptr< BaseCustomCheckedImageProperty > CustomCheckedImagePropertyPtr
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
#define IPSDKIPLFILTERING_API
Import/Export macro for library IPSDKIPLFiltering.
Definition: IPSDKIPLFilteringExports.h:25
Definition of import/export macro for library.
IPSDKIPLFILTERING_API CustomCheckedImagePropertyPtr fastCCRule2d(const ImageAttributeConstPtr &pInput1Attribute, const ImageAttributeConstPtr &pInput2Attribute)
function allowing to define output image 2d size is smaller than the input image or a target size ...