Merge pull request #758 from astavale/gi-updates-for-histogram

Update GObject introspection annotations for libvips/histogram directory
This commit is contained in:
John Cupitt 2017-10-01 19:32:48 +01:00 committed by GitHub
commit 7c1ec7744a
12 changed files with 23 additions and 22 deletions

View File

@ -104,6 +104,7 @@ headers="\
freqfilt.h \ freqfilt.h \
interpolate.h \ interpolate.h \
header.h \ header.h \
histogram.h \
operation.h \ operation.h \
enumtypes.h \ enumtypes.h \
conversion.h \ conversion.h \

View File

@ -157,9 +157,9 @@ vips_hist_cum_init( VipsHistCum *hist_cum )
} }
/** /**
* vips_hist_cum: * vips_hist_cum: (method)
* @in: input image * @in: input image
* @out: output image * @out: (out): output image
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *
* Form cumulative histogram. * Form cumulative histogram.

View File

@ -130,9 +130,9 @@ vips_hist_entropy_init( VipsHistEntropy *entropy )
} }
/** /**
* vips_hist_entropy: * vips_hist_entropy: (method)
* @in: input histogram * @in: input histogram
* @out: image entropy * @out: (out): image entropy
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *
* Estimate image entropy from a histogram. Entropy is calculated as: * Estimate image entropy from a histogram. Entropy is calculated as:

View File

@ -137,9 +137,9 @@ vips_hist_equal_init( VipsHistEqual *equal )
} }
/** /**
* vips_hist_equal: * vips_hist_equal: (method)
* @in: input image * @in: input image
* @out: output image * @out: (out): output image
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *
* Optional arguments: * Optional arguments:

View File

@ -136,9 +136,9 @@ vips_hist_ismonotonic_init( VipsHistIsmonotonic *ismonotonic )
} }
/** /**
* vips_hist_ismonotonic: * vips_hist_ismonotonic: (method)
* @in: lookup-table to test * @in: lookup-table to test
* @out: set non-zero if @in is monotonic * @out: (out): set non-zero if @in is monotonic
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *
* Test @in for monotonicity. @out is set non-zero if @in is monotonic. * Test @in for monotonicity. @out is set non-zero if @in is monotonic.

View File

@ -395,9 +395,9 @@ vips_hist_local_init( VipsHistLocal *local )
} }
/** /**
* vips_hist_local: * vips_hist_local: (method)
* @in: input image * @in: input image
* @out: output image * @out: (out): output image
* @width: width of region * @width: width of region
* @height: height of region * @height: height of region
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments

View File

@ -177,10 +177,10 @@ vips_hist_match_init( VipsHistMatch *match )
} }
/** /**
* vips_hist_match: * vips_hist_match: (method)
* @in: input histogram * @in: input histogram
* @ref: reference histogram * @ref: reference histogram
* @out: output histogram * @out: (out): output histogram
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *
* Adjust @in to match @ref. If @in and @ref are normalised * Adjust @in to match @ref. If @in and @ref are normalised

View File

@ -156,9 +156,9 @@ vips_hist_norm_init( VipsHistNorm *hist_norm )
} }
/** /**
* vips_hist_norm: * vips_hist_norm: (method)
* @in: input image * @in: input image
* @out: output image * @out: (out): output image
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *
* Normalise histogram ... normalise range to make it square (ie. max == * Normalise histogram ... normalise range to make it square (ie. max ==

View File

@ -357,9 +357,9 @@ vips_hist_plot_init( VipsHistPlot *hist_plot )
} }
/** /**
* vips_hist_plot: * vips_hist_plot: (method)
* @in: input image * @in: input image
* @out: output image * @out: (out): output image
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *
* Plot a 1 by any or any by 1 image file as a max by any or * Plot a 1 by any or any by 1 image file as a max by any or

View File

@ -724,9 +724,9 @@ vips_maplut_init( VipsMaplut *maplut )
} }
/** /**
* vips_maplut: * vips_maplut: (method)
* @in: input image * @in: input image
* @out: output image * @out: (out): output image
* @lut: look-up table * @lut: look-up table
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *

View File

@ -134,10 +134,10 @@ vips_percent_init( VipsPercent *percent )
} }
/** /**
* vips_percent: * vips_percent: (method)
* @in: input image * @in: input image
* @percent: threshold percentage * @percent: threshold percentage
* @threshold: output threshold value * @threshold: (out): output threshold value
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *
* vips_percent() returns (through the @threshold parameter) the threshold * vips_percent() returns (through the @threshold parameter) the threshold

View File

@ -360,9 +360,9 @@ vips_stdif_init( VipsStdif *stdif )
} }
/** /**
* vips_stdif: * vips_stdif: (method)
* @in: input image * @in: input image
* @out: output image * @out: (out): output image
* @width: width of region * @width: width of region
* @height: height of region * @height: height of region
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments