15 #ifndef __IPSDKIPLBINARIZATION_TOPHAT3DIMG_H__ 16 #define __IPSDKIPLBINARIZATION_TOPHAT3DIMG_H__ 27 class TopHat3dImgLvl1;
121 #endif // __IPSDKIPLBINARIZATION_TOPHAT3DIMG_H__ boost::shared_ptr< const StructuringElementXYZInfo > StructuringElementXYZInfoConstPtr
IPSDKIPLBINARIZATION_API image::ImagePtr darkTopHat3dImg(const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold)
wrapper function for dark TopHat binary threshold on one 3d image
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLBINARIZATION_API boost::shared_ptr< TopHat3dImgLvl1 > darkTopHat3dImg_async(const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold)
asynchronous wrappers
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveThreshold2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLBINARIZATION_API image::ImagePtr lightTopHat3dImg(const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold)
wrapper function for light TopHat binary threshold on one 3d image
eBorderExtensionPolicy
Enumerate describing border extension policy.
Definition: BorderExtensionPolicy.h:31
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.
#define IPSDKIPLBINARIZATION_API
Import/Export macro for library IPSDKIPLBinarization.
Definition: IPSDKIPLBinarizationExports.h:25
Predefined types for border extension policy management.
IPSDKIPLBINARIZATION_API boost::shared_ptr< TopHat3dImgLvl1 > lightTopHat3dImg_async(const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold)
asynchronous wrappers