![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Algorithm for image 3d opening. More...
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::opening3dImg (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ) |
| wrapper function for Algorithm for image 3d opening More... | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::opening3dImg (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy) |
| wrapper function for Algorithm for image 3d opening More... | |
| IPSDKIPLBASICMORPHOLOGY_API void | ipsdk::imaproc::morpho::opening3dImg (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy, const image::ImagePtr &pOutImg) |
| wrapper function for Algorithm for image 3d opening More... | |
Algorithm for image 3d opening.
Morphological opening of an image by a given structuring element InSEXYZ is defined as the dilation of the erosion of image by InSEXYZ :
See Erosion 3d and Dilation 3d respectively for more informations about these operations.
An example of a opening operation is illustrated in 2d case : see Opening 2d.
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InImg3d | [Input] 3d image for operation | X |
| ipsdk::imaproc::attr::InSEXYZ | [Input] structuring element xyz for processing operation | X |
| ipsdk::imaproc::attr::InOptBorderExtensionPolicy | [Input Optional] flag indicating border extension policy for processing | X |
| ipsdk::imaproc::attr::OutOptWk1Img | [Output Optional] Temporary working image for algorithm | X |
| ipsdk::imaproc::attr::OutOptWk2Img | [Output Optional] Temporary working image for algorithm | X |
| ipsdk::imaproc::attr::OutImg | [Output] image for processing operation | ipsdk::imaproc::duplicateInOut (_pOutImg, _pInImg3d) |
Global rule description for algorithm :
((ipsdk::imaproc::matchSizeAndType (_pInImg3d,_pOutImg)) &&
(ipsdk::processor::ifIsSet (_pOutOptWk1Img,
ipsdk::imaproc::customImageProperty (_pOutOptWk1Img,
matchBorderExtension1 (_pInImg3d,_pInSEXYZ,_pInOptBorderExtensionPolicy)))) &&
(ipsdk::processor::ifIsSet (_pOutOptWk2Img,
ipsdk::imaproc::customImageProperty (_pOutOptWk2Img,
matchBorderExtension2 (_pInImg3d,_pInSEXYZ,_pInOptBorderExtensionPolicy)))))
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::morpho::opening3dImg | ( | const image::ImageConstPtr & | pInImg3d, |
| const StructuringElementXYZInfoConstPtr & | pInSEXYZ | ||
| ) |
wrapper function for Algorithm for image 3d opening
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::morpho::opening3dImg | ( | const image::ImageConstPtr & | pInImg3d, |
| const StructuringElementXYZInfoConstPtr & | pInSEXYZ, | ||
| const attr::eBorderExtensionPolicy & | inOptBorderExtensionPolicy | ||
| ) |
wrapper function for Algorithm for image 3d opening
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLBASICMORPHOLOGY_API void ipsdk::imaproc::morpho::opening3dImg | ( | const image::ImageConstPtr & | pInImg3d, |
| const StructuringElementXYZInfoConstPtr & | pInSEXYZ, | ||
| const attr::eBorderExtensionPolicy & | inOptBorderExtensionPolicy, | ||
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for Algorithm for image 3d opening
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14