Reference

Table of Contents  ▸  List of Commands  ▸  User Karo's GIMP/gui Custom functions  ▸  fx_karo_mm_diff◀  karo_shape_moments_example    |    fx_karo_cimg_nlmeans  ▶

fx_karo_mm_diff

Arguments:

Description:

Compute difference of math. morph. operation with two sizes on selected images.

_size = int(5,1,25)
_size2 = int(7,1,25)
_operation = choice(2,"Erosion","Dilation","Open","Close")
_shape = choice(1,"Square","Octagon","Circle")
_channel = choice(0,"All","RGBA [All]","RGB [All]","RGB [Red]","RGB [Green]","RGB [Blue]","RGBA [Alpha]",
 "Linear RGB [All]","Linear RGB [Red]","Linear RGB [Green]","Linear RGB [Blue]","YCbCr [Luminance]",
 "YCbCr [Blue-Red Chrominances]","YCbCr [Blue Chrominance]","YCbCr [Red Chrominance]",
 "YCbCr [Green Chrominance]","Lab [Lightness]","Lab [ab-Chrominances]","Lab [a-Chrominance]",
 "Lab [b-Chrominance]","Lch [ch-Chrominances]","Lch [c-Chrominance]","Lch [h-Chrominance]","HSV [Hue]",
 "HSV [Saturation]","HSV [Value]","HSI [Intensity]","HSL [Lightness]","CMYK [Cyan]","CMYK [Magenta]",
 "CMYK [Yellow]","CMYK [Key]","YIQ [Luma]","YIQ [Chromas]","RYB [All]","RYB [Red]","RYB [Yellow]","RYB [Blue]")
_scale = bool(true)
Arithmetical difference of a morphological operation of <i>size</i> and <i>size2</i>.
Author : <i>KaRo</i>. Latest update : <i>2019/09/03</i>.