RegionSkeletonMethod
Description
Available methods for region skeletonization operation.
Values of this enumeration:
- EightConnected - Structuring elements comes from Golay alphabet.
- TwelveConnected - This method uses twelve-neighborhood, which is larger kernel than in EightConnected method.
namespace RegionSkeletonMethod
{
enum Type
{
EightConnected,
TwelveConnected
};
}
