IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CorrelationUtils.h
Go to the documentation of this file.
1 // CorrelationUtils.h:
3 // -----------------------
4 //
13 
14 #ifndef __IPSDKIPLFILTERING_CORRELATIONUTILS_H__
15 #define __IPSDKIPLFILTERING_CORRELATIONUTILS_H__
16 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace filter {
24 
27 
32 
37 
40 
41 } // end of namespace filter
42 } // end of namespace imaproc
43 } // end of namespace ipsdk
44 
45 #endif // __IPSDKGEOMETRY_MINENCLOSINGBALLUTILS_H__
boost::shared_ptr< const KernelXYZ > KernelXYZConstPtr
IPSDKIPLFILTERING_API KernelXYConstPtr imageToKernel2d(const ipsdk::image::ImageConstPtr &pImg)
Definition: CorrelationUtils.cpp:81
boost::shared_ptr< const BaseImage > ImageConstPtr
boost::shared_ptr< const KernelXY > KernelXYConstPtr
#define IPSDKIPLFILTERING_API
Import/Export macro for library IPSDKIPLFiltering.
Definition: IPSDKIPLFilteringExports.h:25
IPSDKIPLFILTERING_API KernelXYZConstPtr imageToKernel3d(const ipsdk::image::ImageConstPtr &pImg)
Definition: CorrelationUtils.cpp:121
Definition of import/export macro for library.