hi_morph_shapes

Description

Defines the filtering convolution shape.

Prototype

typedef enum {
    MORPH_RECT = 0,
    MORPH_CROSS = 1, 
    MORPH_ELLIPSE = 2, 
    MORPH_MAX = 100
} hi_morph_shapes;

Members

Member

Description

MORPH_RECT

Rectangle.

MORPH_CROSS

Cross (reserved).

MORPH_ELLIPSE

Ellipse (reserved).

MORPH_MAX

Maximum supported filtering convolution shape (reserved).