Wrapper functions for normalization of the intensity of an image with a sigmoid.
More...
|
|
| IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr | ipsdk::imaproc::itrans::sigmoidNormalizeImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 alpha, const ipsdk::ipReal64 beta, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange) |
| | wrapper function for Normalize the intensity of an image with a sigmoid More...
|
| |
| IPSDKIPLINTENSITYTRANSFORM_API void | ipsdk::imaproc::itrans::sigmoidNormalizeImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 alpha, const ipsdk::ipReal64 beta, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange, const ipsdk::image::ImagePtr &pOutImg) |
| | wrapper function for Normalize the intensity of an image with a sigmoid More...
|
| |
|
|
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< SigmoidNormalizeImgLvl1 > | ipsdk::imaproc::itrans::sigmoidNormalizeImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 alpha, const ipsdk::ipReal64 beta, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< SigmoidNormalizeImgLvl1 > | ipsdk::imaproc::itrans::sigmoidNormalizeImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 alpha, const ipsdk::ipReal64 beta, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange, const ipsdk::image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr | ipsdk::imaproc::itrans::getAsyncProcessorOutput (boost::shared_ptr< SigmoidNormalizeImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
Wrapper functions for normalization of the intensity of an image with a sigmoid.
- Author
- H. Delestre
- Date
- 2017/05/22
- Copyright
- 2017 Reactiv'IP, all right reserved.