pub fn convasep_with_opts(
inp: &VipsImage,
mask: &VipsImage,
convasep_options: &ConvasepOptions,
) -> Result<VipsImage>Expand description
VipsConvasep (convasep), approximate separable integer convolution
inp: &VipsImage -> Input image argument
mask: &VipsImage -> Input matrix image
convasep_options: &ConvasepOptions -> optional arguments
returns VipsImage - Output image