Update GObject instrospection annotations for libvips/freqfilt directory

This commit is contained in:
Alistair Thomas 2017-09-30 22:24:53 +01:00
parent fe20b92e33
commit db5cedf010
6 changed files with 10 additions and 9 deletions

View File

@ -101,6 +101,7 @@ headers="\
image.h \ image.h \
error.h \ error.h \
foreign.h \ foreign.h \
freqfilt.h \
interpolate.h \ interpolate.h \
header.h \ header.h \
operation.h \ operation.h \

View File

@ -141,10 +141,10 @@ vips_freqmult_init( VipsFreqmult *freqmult )
} }
/** /**
* vips_freqmult: * vips_freqmult: (method)
* @in: input image * @in: input image
* @mask: mask image * @mask: mask image
* @out: output image * @out: (out): output image
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *
* Multiply @in by @mask in Fourier space. * Multiply @in by @mask in Fourier space.

View File

@ -345,9 +345,9 @@ vips_fwfft_init( VipsFwfft *fwfft )
#endif /*HAVE_FFTW*/ #endif /*HAVE_FFTW*/
/** /**
* vips_fwfft: * vips_fwfft: (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
* *
* Transform an image to Fourier space. * Transform an image to Fourier space.

View File

@ -269,9 +269,9 @@ vips_invfft_init( VipsInvfft *invfft )
#endif /*HAVE_FFTW*/ #endif /*HAVE_FFTW*/
/** /**
* vips_invfft: * vips_invfft: (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

@ -125,7 +125,7 @@ vips_phasecor_init( VipsPhasecor *phasecor )
* vips_phasecor: * vips_phasecor:
* @in1: first input image * @in1: first input image
* @in2: second input image * @in2: second input image
* @out: output image * @out: (out): output image
* @...: %NULL-terminated list of optional named arguments * @...: %NULL-terminated list of optional named arguments
* *
* Convert the two input images to Fourier space, calculate phase-correlation, * Convert the two input images to Fourier space, calculate phase-correlation,

View File

@ -109,9 +109,9 @@ vips_spectrum_init( VipsSpectrum *spectrum )
} }
/** /**
* vips_spectrum: * vips_spectrum: (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
* *
* Make a displayable (ie. 8-bit unsigned int) power spectrum. * Make a displayable (ie. 8-bit unsigned int) power spectrum.