Settings used for contours extraction.
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| EnablePolygApprox | Flag indicating whether we should process to polygon approximation. | boolean | true |
| Neighborhood2dType | Neighborhood 2d type for operation. | eNeighborhood2dType | ipsdk::eNeighborhood2dType::eN2T_8Connexity |
| PolygApproxMaxDist | Maximum distance for polygonal approximation (a null value stands for no approximation) | real | 0.5 |
| NbMinPointForPolygApprox | Minimum number of points needed to trigger polygon approximation. | integer | 10 |