![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Algorithm allowing to extract boundary of a binary 2d image. More...
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::boundary2dImg (const image::ImageConstPtr &pInBinImg) |
| wrapper function for Algorithm allowing to extract boundary of a binary 2d image More... | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::boundary2dImg (const image::ImageConstPtr &pInBinImg, const eNeighborhood2dType &neighborhood2dType) |
| wrapper function for Algorithm allowing to extract boundary of a binary 2d image More... | |
| IPSDKIPLBASICMORPHOLOGY_API void | ipsdk::imaproc::morpho::boundary2dImg (const image::ImageConstPtr &pInBinImg, const eNeighborhood2dType &neighborhood2dType, const image::ImagePtr &pOutImg) |
| wrapper function for Algorithm allowing to extract boundary of a binary 2d image More... | |
Algorithm allowing to extract boundary of a binary 2d image.
This algorithm allows to extract boundary of a binary 2d image with respect to a neighborhood type.
For more informations on used neighborhood 2d types report to 2d neighborhood models.
Here is an example of a boundary extraction operation applied to a binary input image (with 8 connexity neighborhood type) :
Here is an example of a boundary extraction operation applied to a binary input image (with 4 connexity neighborhood type) :
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InBinImg | [Input] binary image for processing operation | X |
| ipsdk::imaproc::attr::InOptNeighborhood2d | [Input optional] neighborhood 2d type for operation | X |
| ipsdk::imaproc::attr::OutImg | [Output] image for processing operation | ipsdk::imaproc::duplicateInOut (_pOutImg, _pInBinImg) |
Global rule description for algorithm :
ipsdk::imaproc::matchSizeAndType (_pInBinImg,_pOutImg)
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::morpho::boundary2dImg | ( | const image::ImageConstPtr & | pInBinImg | ) |
wrapper function for Algorithm allowing to extract boundary of a binary 2d image
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::morpho::boundary2dImg | ( | const image::ImageConstPtr & | pInBinImg, |
| const eNeighborhood2dType & | neighborhood2dType | ||
| ) |
wrapper function for Algorithm allowing to extract boundary of a binary 2d image
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLBASICMORPHOLOGY_API void ipsdk::imaproc::morpho::boundary2dImg | ( | const image::ImageConstPtr & | pInBinImg, |
| const eNeighborhood2dType & | neighborhood2dType, | ||
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for Algorithm allowing to extract boundary of a binary 2d image
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14