enum MorphShapes_c

Overview

Shapes of a structuring element for morphological operations

#include <types_c.h>

enum MorphShapes_c
{
    CV_SHAPE_RECT    =0,
    CV_SHAPE_CROSS   =1,
    CV_SHAPE_ELLIPSE =2,
    CV_SHAPE_CUSTOM  =100,
};

Detailed Documentation

Shapes of a structuring element for morphological operations

See also:

cv::MorphShapes, cv::getStructuringElement

Enum Values

CV_SHAPE_CUSTOM

custom structuring element