![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg (const image::ImageConstPtr &pInRealImg, const KernelXYConstPtr &pInKnlXY, const ipUInt32 nbIter) |
| wrapper function for Richardson-Lucy deconvolution algorithm More... | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg (const image::ImageConstPtr &pInRealImg, const KernelXYConstPtr &pInKnlXY, const ipUInt32 nbIter, const ipBool bStaturateImg) |
| wrapper function for Richardson-Lucy deconvolution algorithm More... | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg (const image::ImageConstPtr &pInRealImg, const KernelXYConstPtr &pInKnlXY, const ipUInt32 nbIter, const ipReal32 epsilonValue) |
| wrapper function for Richardson-Lucy deconvolution algorithm More... | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg (const image::ImageConstPtr &pInRealImg, const KernelXYConstPtr &pInKnlXY, const ipUInt32 nbIter, const ipReal32 epsilonValue, const ipBool bStaturateImg) |
| wrapper function for Richardson-Lucy deconvolution algorithm More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg (const image::ImageConstPtr &pInRealImg, const KernelXYConstPtr &pInKnlXY, const ipUInt32 nbIter, const image::ImagePtr &pOutRealImg) |
| wrapper function for Richardson-Lucy deconvolution algorithm More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg (const image::ImageConstPtr &pInRealImg, const KernelXYConstPtr &pInKnlXY, const ipUInt32 nbIter, const ipBool bStaturateImg, const image::ImagePtr &pOutRealImg) |
| wrapper function for Richardson-Lucy deconvolution algorithm More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg (const image::ImageConstPtr &pInRealImg, const KernelXYConstPtr &pInKnlXY, const ipUInt32 nbIter, const ipReal32 epsilonValue, const image::ImagePtr &pOutRealImg) |
| wrapper function for Richardson-Lucy deconvolution algorithm More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg (const image::ImageConstPtr &pInRealImg, const KernelXYConstPtr &pInKnlXY, const ipUInt32 nbIter, const ipReal32 epsilonValue, const ipBool bStaturateImg, const image::ImagePtr &pOutRealImg) |
| wrapper function for Richardson-Lucy deconvolution algorithm More... | |
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InRealImg | [Input] image for processing operation (data contained in image buffer are reals) | X |
| ipsdk::imaproc::attr::InKnlXY | [Input] kernel xy for processing operation | X |
| ipsdk::imaproc::attr::InNbIter | [Input] Number of iterations for an iterative algorithm | X |
| ipsdk::imaproc::attr::InOptEpsilon | [Input Optional] Epsilon value, used to consider lower values as zero | X |
| ipsdk::imaproc::attr::InOptSaturateOutput | [Input Optional] Flag indicating if the ouput must be normalized | X |
| ipsdk::imaproc::attr::OutWk1BinImg | [Output] Temporary working image for algorithm | duplicateInOut (_pOutWk1BinImg, _pInRealImg, ipsdk::image::eImageBufferType::eIBT_Binary) |
| ipsdk::imaproc::attr::OutWk1RealImg | [Output] Temporary working image for algorithm | duplicateInOut (_pOutWk1RealImg, _pInRealImg, ipsdk::image::eImageBufferType::eIBT_Real32) |
| ipsdk::imaproc::attr::OutRealImg | [Output] image for processing operation (data contained in image buffer are reals) | duplicateInOut (_pOutRealImg, _pInRealImg, ipsdk::image::eImageBufferType::eIBT_Real32) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (_pInRealImg,_pOutRealImg) &&
ipsdk::imaproc::matchSize (_pInRealImg,_pOutWk1RealImg) &&
ipsdk::imaproc::matchSize (_pInRealImg,_pOutWk1BinImg)
| IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg | ( | const image::ImageConstPtr & | pInRealImg, |
| const KernelXYConstPtr & | pInKnlXY, | ||
| const ipUInt32 | nbIter | ||
| ) |
wrapper function for Richardson-Lucy deconvolution algorithm
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg | ( | const image::ImageConstPtr & | pInRealImg, |
| const KernelXYConstPtr & | pInKnlXY, | ||
| const ipUInt32 | nbIter, | ||
| const ipBool | bStaturateImg | ||
| ) |
wrapper function for Richardson-Lucy deconvolution algorithm
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg | ( | const image::ImageConstPtr & | pInRealImg, |
| const KernelXYConstPtr & | pInKnlXY, | ||
| const ipUInt32 | nbIter, | ||
| const ipReal32 | epsilonValue | ||
| ) |
wrapper function for Richardson-Lucy deconvolution algorithm
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg | ( | const image::ImageConstPtr & | pInRealImg, |
| const KernelXYConstPtr & | pInKnlXY, | ||
| const ipUInt32 | nbIter, | ||
| const ipReal32 | epsilonValue, | ||
| const ipBool | bStaturateImg | ||
| ) |
wrapper function for Richardson-Lucy deconvolution algorithm
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg | ( | const image::ImageConstPtr & | pInRealImg, |
| const KernelXYConstPtr & | pInKnlXY, | ||
| const ipUInt32 | nbIter, | ||
| const image::ImagePtr & | pOutRealImg | ||
| ) |
wrapper function for Richardson-Lucy deconvolution algorithm
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg | ( | const image::ImageConstPtr & | pInRealImg, |
| const KernelXYConstPtr & | pInKnlXY, | ||
| const ipUInt32 | nbIter, | ||
| const ipBool | bStaturateImg, | ||
| const image::ImagePtr & | pOutRealImg | ||
| ) |
wrapper function for Richardson-Lucy deconvolution algorithm
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg | ( | const image::ImageConstPtr & | pInRealImg, |
| const KernelXYConstPtr & | pInKnlXY, | ||
| const ipUInt32 | nbIter, | ||
| const ipReal32 | epsilonValue, | ||
| const image::ImagePtr & | pOutRealImg | ||
| ) |
wrapper function for Richardson-Lucy deconvolution algorithm
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::richardsonLucyDeconvolution2dImg | ( | const image::ImageConstPtr & | pInRealImg, |
| const KernelXYConstPtr & | pInKnlXY, | ||
| const ipUInt32 | nbIter, | ||
| const ipReal32 | epsilonValue, | ||
| const ipBool | bStaturateImg, | ||
| const image::ImagePtr & | pOutRealImg | ||
| ) |
wrapper function for Richardson-Lucy deconvolution algorithm
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14