![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
grey reconstruction of an image 2d More...
grey reconstruction of an image 2d
This algorithm is an equivalent of Binary Reconstruction 2d applied on grey scale images case.
Grey scale values of input marker image InGreyMarkImg3d are locally dilated with respect to input image InImg3d local extrema.
Extrema search type is controlled by InLocalExtremumType parameter.
The behavior of this algorithm is illustrated in case of a 1d signal by the following figures :
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InImg | [Input] image for processing operation | X |
| ipsdk::imaproc::attr::InGreyMarkImg | [Input] grey marker image for processing operation | X |
| ipsdk::imaproc::attr::InLocalExtremumType | [Input] local extremum type | X |
| ipsdk::imaproc::attr::OutImg | [Output] image for processing operation | duplicateInOut (_pOutImg, _pInImg) |
Global rule description for algorithm :
((ipsdk::imaproc::matchSizeAndType (_pInImg,_pInGreyMarkImg)) &&
(ipsdk::imaproc::matchSizeAndType (_pInImg,_pOutImg)) &&
(ipsdk::imaproc::noInSitu (_pInImg,_pOutImg)))
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::greyMaxReconstruction2dImg | ( | const image::ImageConstPtr & | pInImg, |
| const image::ImageConstPtr & | pInGreyMarkImg | ||
| ) |
wrapper function for grey maxima reconstruction of an image 2d
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::greyMinReconstruction2dImg | ( | const image::ImageConstPtr & | pInImg, |
| const image::ImageConstPtr & | pInGreyMarkImg | ||
| ) |
wrapper function for grey minima reconstruction of an image 2d
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::greyMaxReconstruction2dImg | ( | const image::ImageConstPtr & | pInImg, |
| const image::ImageConstPtr & | pInGreyMarkImg, | ||
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for grey maxima reconstruction of an image 2d
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::greyMinReconstruction2dImg | ( | const image::ImageConstPtr & | pInImg, |
| const image::ImageConstPtr & | pInGreyMarkImg, | ||
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for grey minima reconstruction of an image 2d
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14