gray_tophatgray_tophatGrayTophatGrayTophatgray_tophat (算子)

名称

gray_tophatgray_tophatGrayTophatGrayTophatgray_tophat — 对图像执行灰度值顶帽变换。

签名

gray_tophat(Image, SE : ImageTopHat : : )

Herror gray_tophat(const Hobject Image, const Hobject SE, Hobject* ImageTopHat)

Herror T_gray_tophat(const Hobject Image, const Hobject SE, Hobject* ImageTopHat)

void GrayTophat(const HObject& Image, const HObject& SE, HObject* ImageTopHat)

HImage HImage::GrayTophat(const HImage& SE) const

static void HOperatorSet.GrayTophat(HObject image, HObject SE, out HObject imageTopHat)

HImage HImage.GrayTophat(HImage SE)

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

描述

gray_tophatgray_tophatGrayTophatGrayTophatGrayTophatgray_tophat applies a gray value top 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 top hat transformation of an image i with a structuring element s is defined as i.e., the difference of the image and its opening with s (see gray_openinggray_openingGrayOpeningGrayOpeningGrayOpeninggray_opening). For the generation of structuring elements, see read_gray_seread_gray_seReadGraySeReadGraySeReadGraySeread_gray_se

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

执行信息

参数

ImageImageImageImageimageimage (输入对象)  (multichannel-)image(-array) objectHImageHObjectHImageHobject (byte / uint2 / real)

输入图像。

SESESESESEse (输入对象)  singlechannelimage objectHImageHObjectHImageHobject (byte / uint2 / real)

Structuring element.

ImageTopHatImageTopHatImageTopHatImageTopHatimageTopHatimage_top_hat (输出对象)  (multichannel-)image(-array) objectHImageHObjectHImageHobject * (byte / uint2 / real)

Top hat image.

结果

gray_tophatgray_tophatGrayTophatGrayTophatGrayTophatgray_tophat returns 2 ( H_MSG_TRUE) if the structuring element is not the empty region.否则,将抛出异常。

可能的前趋

read_gray_seread_gray_seReadGraySeReadGraySeReadGraySeread_gray_se, gen_disc_segen_disc_seGenDiscSeGenDiscSeGenDiscSegen_disc_se, read_imageread_imageReadImageReadImageReadImageread_image

可能的后继

thresholdthresholdThresholdThresholdThresholdthreshold

替代

gray_openinggray_openingGrayOpeningGrayOpeningGrayOpeninggray_opening

另见

gray_bothatgray_bothatGrayBothatGrayBothatGrayBothatgray_bothat, top_hattop_hatTopHatTopHatTopHattop_hat, gray_erosion_rectgray_erosion_rectGrayErosionRectGrayErosionRectGrayErosionRectgray_erosion_rect, sub_imagesub_imageSubImageSubImageSubImagesub_image

模块

基础