gen_disc_segen_disc_seGenDiscSeGenDiscSegen_disc_se (算子名称)
名称
gen_disc_segen_disc_seGenDiscSeGenDiscSegen_disc_se — Generate ellipsoidal structuring elements for gray morphology.
参数签名
Herror gen_disc_se(Hobject* SE, const char* Type, const Hlong Width, const Hlong Height, double Smax)
Herror T_gen_disc_se(Hobject* SE, const Htuple Type, const Htuple Width, const Htuple Height, const Htuple Smax)
void GenDiscSe(HObject* SE, const HTuple& Type, const HTuple& Width, const HTuple& Height, const HTuple& Smax)
void HImage::GenDiscSe(const HString& Type, Hlong Width, Hlong Height, const HTuple& Smax)
void HImage::GenDiscSe(const HString& Type, Hlong Width, Hlong Height, double Smax)
void HImage::GenDiscSe(const char* Type, Hlong Width, Hlong Height, double Smax)
void HImage::GenDiscSe(const wchar_t* Type, Hlong Width, Hlong Height, double Smax)
(
Windows only)
static void HOperatorSet.GenDiscSe(out HObject SE, HTuple type, HTuple width, HTuple height, HTuple smax)
void HImage.GenDiscSe(string type, int width, int height, HTuple smax)
void HImage.GenDiscSe(string type, int width, int height, double smax)
描述
gen_disc_segen_disc_seGenDiscSeGenDiscSeGenDiscSegen_disc_se generates an ellipsoidal structuring element
(SESESESESEse) for gray morphology of images. The parameter
TypeTypeTypeTypetypetype determines the image type. It must match the image
type of the image to be processed in subsequent operator calls using
this structuring element. The parameters WidthWidthWidthWidthwidthwidth and
HeightHeightHeightHeightheightheight determine the length of the two major axes of the
ellipse. The value of SmaxSmaxSmaxSmaxsmaxsmax determines the maximum gray
value of the structuring element. For the generation of arbitrary
structuring elements, see read_gray_seread_gray_seReadGraySeReadGraySeReadGraySeread_gray_se. The structuring
element can be saved as image with the help of 该算子
write_imagewrite_imageWriteImageWriteImageWriteImagewrite_image. However, take care to use an image format that
supports alpha channels to save the shape of the structuring element
such as 'tiff', 'jp2' or 'png'. These files can then be loaded
again with 该算子 read_imageread_imageReadImageReadImageReadImageread_image.
运行信息
- 多线程类型:可重入(与非独占操作符并行运行)。
- 多线程作用域:全局(可以从任何线程调用)。
- 未经并行化处理。
参数表
SESESESESEse (output_object) image → objectHImageHObjectHImageHobject * (byte / uint2 / real)
Generated structuring element.
TypeTypeTypeTypetypetype (input_control) string → HTuplestrHTupleHtuple (string) (string) (HString) (char*)
Pixel type.
Default:
'byte'
"byte"
"byte"
"byte"
"byte"
"byte"
List of values:
'byte'"byte""byte""byte""byte""byte", 'real'"real""real""real""real""real", 'uint2'"uint2""uint2""uint2""uint2""uint2"
WidthWidthWidthWidthwidthwidth (input_control) integer → HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Width of the structuring element.
Default:
5
Suggested values:
0, 1, 2, 3, 4, 5, 10, 15, 20
Value range:
0
≤
Width
Width
Width
Width
width
width
≤
511 (lin)
Minimum increment:
1
Recommended increment:
1
HeightHeightHeightHeightheightheight (input_control) integer → HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Height of the structuring element.
Default:
5
Suggested values:
0, 1, 2, 3, 4, 5, 10, 15, 20
Value range:
0
≤
Height
Height
Height
Height
height
height
≤
511 (lin)
Minimum increment:
1
Recommended increment:
1
SmaxSmaxSmaxSmaxsmaxsmax (input_control) number → HTupleUnion[int, float]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Maximum gray value of the structuring element.
Default:
0
Suggested values:
0, 1, 2, 5, 10, 20, 30, 40
结果
gen_disc_segen_disc_seGenDiscSeGenDiscSeGenDiscSegen_disc_se returns 2 (
H_MSG_TRUE)
if all parameters are correct.
如有必要,将引发异常。
可能的后置算子
gray_erosiongray_erosionGrayErosionGrayErosionGrayErosiongray_erosion,
gray_dilationgray_dilationGrayDilationGrayDilationGrayDilationgray_dilation,
gray_openinggray_openingGrayOpeningGrayOpeningGrayOpeninggray_opening,
gray_closinggray_closingGrayClosingGrayClosingGrayClosinggray_closing,
gray_tophatgray_tophatGrayTophatGrayTophatGrayTophatgray_tophat,
gray_bothatgray_bothatGrayBothatGrayBothatGrayBothatgray_bothat,
write_imagewrite_imageWriteImageWriteImageWriteImagewrite_image
可替代算子
read_gray_seread_gray_seReadGraySeReadGraySeReadGraySeread_gray_se,
read_imageread_imageReadImageReadImageReadImageread_image
参考其它
paint_regionpaint_regionPaintRegionPaintRegionPaintRegionpaint_region,
paint_graypaint_grayPaintGrayPaintGrayPaintGraypaint_gray,
crop_partcrop_partCropPartCropPartCropPartcrop_part
模块
Foundation