RegionMorphologyKernel
Description
Describes structuring element shape to be used during region morphological operation.
namespace RegionMorphologyKernel
{
enum Type
{
Box,
Ellipse,
Cross
};
}
Describes structuring element shape to be used during region morphological operation.
namespace RegionMorphologyKernel
{
enum Type
{
Box,
Ellipse,
Cross
};
}