![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Image neighborhood management. More...
Enumerations | |
| enum | ipsdk::eNeighborhood2dType { ipsdk::eN2T_4Connexity, ipsdk::eN2T_8Connexity } |
| Enumerate describing neighborhood 2d type. More... | |
| enum | ipsdk::eNeighborhood3dType { ipsdk::eN3T_6Connexity, ipsdk::eN3T_18Connexity, ipsdk::eN3T_26Connexity } |
| Enumerate describing neighborhood 3d type. More... | |
Image neighborhood management.
This page introduces 2d and 3d neighborhood models supported by IPSDK library.
These models are used during process based on inmediate pixel neighborhood analysis.
In this case all 8 pixel neighbors of processed pixel are taken into account.
In this case only 4 nearest neighbors of processed pixel are taken into account.
In this case all 26 pixel neighbors of processed pixel are taken into account.
In this case only 18 nearest neighbors of processed pixel are taken into account (with a distance
).
In this case only 6 nearest neighbors of processed pixel are taken into account (with a distance
).
Enumerate describing neighborhood 3d type.
| Enumerator | |
|---|---|
| eN3T_6Connexity | Neighborhood 3d associated to 6 connexity. |
| eN3T_18Connexity | Neighborhood 3d associated to 18 connexity. |
| eN3T_26Connexity | Neighborhood 3d associated to 26 connexity. |
1.8.14