ERegion::Shrink

Creates a new ERegion by shrinking the ERegion runs with an erosion using a circular structuring element.

Namespace: Euresys::Open_eVision

[C++]

ERegion Shrink(
   int radius
) const

Parameters

radius

Radius of the circular structuring element. A negative value will call ERegion::Grow with the opposite value instead.

ERegion.Shrink

Creates a new ERegion by shrinking the ERegion runs with an erosion using a circular structuring element.

Namespace: Euresys.Open_eVision

[C#]

ERegion Shrink(
   int radius
)

Parameters

radius

Radius of the circular structuring element. A negative value will call ERegion.Grow with the opposite value instead.

ERegion.Shrink

Creates a new ERegion by shrinking the ERegion runs with an erosion using a circular structuring element.

Module: open_evision

[Python]

Shrink(
    radius: int
) -> ERegion

Parameters

radius

Radius of the circular structuring element. A negative value will call ERegion.Grow with the opposite value instead.