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