gray_bothatgray_bothatGrayBothatGrayBothatgray_bothat (Operator)

Name

gray_bothatgray_bothatGrayBothatGrayBothatgray_bothat — Perform a gray value bottom hat transformation on an image.

Signature

gray_bothat(Image, SE : ImageBotHat : : )

Herror gray_bothat(const Hobject Image, const Hobject SE, Hobject* ImageBotHat)

Herror T_gray_bothat(const Hobject Image, const Hobject SE, Hobject* ImageBotHat)

void GrayBothat(const HObject& Image, const HObject& SE, HObject* ImageBotHat)

HImage HImage::GrayBothat(const HImage& SE) const

static void HOperatorSet.GrayBothat(HObject image, HObject SE, out HObject imageBotHat)

HImage HImage.GrayBothat(HImage SE)

def gray_bothat(image: HObject, se: HObject) -> HObject

Description

gray_bothatgray_bothatGrayBothatGrayBothatGrayBothatgray_bothat applies a gray value bottom hat transformation to the input image ImageImageImageImageimageimage with the structuring element SESESESESEse. The image type of the structuring element SESESESESEse must match the image type of the input image ImageImageImageImageimageimage. The gray value bottom hat transformation of an image i with a structuring element s is defined as i.e., the difference of the closing of the image with s and the image (see gray_closinggray_closingGrayClosingGrayClosingGrayClosinggray_closing). For the generation of structuring elements, see read_gray_seread_gray_seReadGraySeReadGraySeReadGraySeread_gray_se.

The gray value erosion is particularly fast for flat structuring elements, i.e. structuring elements with a constant gray level within their domain.

Execution Information

Parameters

ImageImageImageImageimageimage (input_object)  (multichannel-)image(-array) objectHImageHObjectHImageHobject (byte / uint2 / real)

Input image.

SESESESESEse (input_object)  singlechannelimage objectHImageHObjectHImageHobject (byte / uint2 / real)

Structuring element.

ImageBotHatImageBotHatImageBotHatImageBotHatimageBotHatimage_bot_hat (output_object)  (multichannel-)image(-array) objectHImageHObjectHImageHobject * (byte / uint2 / real)

Bottom hat image.

Result

gray_bothatgray_bothatGrayBothatGrayBothatGrayBothatgray_bothat returns TRUE if the structuring element is not the empty region. Otherwise, an exception is raised.

Possible Predecessors

read_gray_seread_gray_seReadGraySeReadGraySeReadGraySeread_gray_se, gen_disc_segen_disc_seGenDiscSeGenDiscSeGenDiscSegen_disc_se, read_imageread_imageReadImageReadImageReadImageread_image

Possible Successors

thresholdthresholdThresholdThresholdThresholdthreshold

Alternatives

gray_closinggray_closingGrayClosingGrayClosingGrayClosinggray_closing

See also

gray_tophatgray_tophatGrayTophatGrayTophatGrayTophatgray_tophat, top_hattop_hatTopHatTopHatTopHattop_hat, gray_erosion_rectgray_erosion_rectGrayErosionRectGrayErosionRectGrayErosionRectgray_erosion_rect, sub_imagesub_imageSubImageSubImageSubImagesub_image

Module

Foundation