![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
grey reconstruction of an image 3d More...
grey reconstruction of an image 3d
This algorithm is an equivalent of Binary Reconstruction 3d applied on grey scale images case.
Grey scale values of input marker image InGreyMarkImg are locally dilated with respect to input image InImg 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::InImg3d | [Input] 3d image for operation | X |
| ipsdk::imaproc::attr::InGreyMarkImg3d | [Input] grey marker3d 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, _pInImg3d) |
Global rule description for algorithm :
((ipsdk::imaproc::matchSizeAndType (_pInImg3d,_pInGreyMarkImg3d)) &&
(ipsdk::imaproc::matchSizeAndType (_pInImg3d,_pOutImg)) &&
(ipsdk::imaproc::noInSitu (_pInImg3d,_pOutImg)))
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::greyMaxReconstruction3dImg | ( | const image::ImageConstPtr & | pInImg3d, |
| const image::ImageConstPtr & | pInGreyMarkImg3d | ||
| ) |
wrapper function for grey maxima reconstruction of an image 3d
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::greyMinReconstruction3dImg | ( | const image::ImageConstPtr & | pInImg3d, |
| const image::ImageConstPtr & | pInGreyMarkImg3d | ||
| ) |
wrapper function for grey minima reconstruction of an image 3d
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::greyMaxReconstruction3dImg | ( | const image::ImageConstPtr & | pInImg3d, |
| const image::ImageConstPtr & | pInGreyMarkImg3d, | ||
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for grey maxima reconstruction of an image 3d
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::greyMinReconstruction3dImg | ( | const image::ImageConstPtr & | pInImg3d, |
| const image::ImageConstPtr & | pInGreyMarkImg3d, | ||
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for grey minima reconstruction of an image 3d
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14