15 #ifndef __IPSDKIPLFILTERING_FREQUENCYFILTERING3DIMG_H__ 16 #define __IPSDKIPLFILTERING_FREQUENCYFILTERING3DIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InFrequencyBandPassFilterType.h> 26 class FrequencyFiltering3dImgLvl1;
117 #endif // __IPSDKIPLFILTERING_FREQUENCYFILTERING3DIMG_H__ eFrequencyBandPassFilterType
Enumerate describing Hough circles 2d detector method.
Definition: FrequencyBandPassFilterTypes.h:31
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API boost::shared_ptr< FrequencyFiltering3dImgLvl1 > frequencyFiltering3dImg_async(const image::ImageConstPtr &pInImg3d, const attr::eFrequencyBandPassFilterType &frequencyBandPassFilterType, const ipReal64 cutoffFrequency, const ipReal32 inStdDev)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLFILTERING_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AnisotropicDiffusion2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
#define IPSDKIPLFILTERING_API
Import/Export macro for library IPSDKIPLFiltering.
Definition: IPSDKIPLFilteringExports.h:25
IPSDKIPLFILTERING_API image::ImagePtr frequencyFiltering3dImg(const image::ImageConstPtr &pInImg3d, const attr::eFrequencyBandPassFilterType &frequencyBandPassFilterType, const ipReal64 cutoffFrequency, const ipReal32 inStdDev)
wrapper function for Filters a 3d image in Fourier domain by selecting a frequency range ...
Definition of import/export macro for library.