Update GObject introspection annotations for libvips/morphology directory

This commit is contained in:
Alistair Thomas 2017-09-30 23:07:11 +01:00
parent fe20b92e33
commit 6033b897a1
4 changed files with 9 additions and 9 deletions

View File

@ -157,9 +157,9 @@ vips_countlines_init( VipsCountlines *countlines )
}
/**
* vips_countlines:
* vips_countlines: (method)
* @in: input image
* @nolines: output average number of lines
* @nolines: (out): output average number of lines
* @direction: count lines horizontally or vertically
* @...: %NULL-terminated list of optional named arguments
*

View File

@ -142,7 +142,7 @@ vips_labelregions_init( VipsLabelregions *labelregions )
}
/**
* vips_labelregions:
* vips_labelregions: (method)
* @in: image to test
* @mask: write labelled regions here
* @...: %NULL-terminated list of optional named arguments

View File

@ -168,9 +168,9 @@ vips_morph_init( VipsMorph *morph )
}
/**
* vips_morph:
* vips_morph: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @mask: morphology with this mask
* @morph: operation to perform
* @...: %NULL-terminated list of optional named arguments

View File

@ -447,9 +447,9 @@ vips_rank_init( VipsRank *rank )
}
/**
* vips_rank:
* vips_rank: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @width: width of region
* @height: height of region
* @index: select pixel
@ -491,9 +491,9 @@ vips_rank( VipsImage *in, VipsImage **out,
}
/**
* vips_median:
* vips_median: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @size: size of region
* @...: %NULL-terminated list of optional named arguments
*