File tree Expand file tree Collapse file tree 6 files changed +20
-13
lines changed Expand file tree Collapse file tree 6 files changed +20
-13
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ vips_freqfilt_init(VipsFreqfilt *freqfilt)
116
116
* partial bandjoin ->
117
117
* output pipeline
118
118
*
119
- * vips__fftproc() needs to just call VipsFftProcessFn directly for 1 band images,
120
- * so we can't cache the output in this fn.
119
+ * vips__fftproc() needs to just call VipsFftProcessFn directly for 1 band
120
+ * images, so we can't cache the output in this fn.
121
121
*/
122
122
int
123
123
vips__fftproc (VipsObject * context ,
Original file line number Diff line number Diff line change @@ -151,7 +151,8 @@ vips_freqmult_init(VipsFreqmult *freqmult)
151
151
* transformed back to real space. If @in is already a complex image, just
152
152
* multiply then inverse transform.
153
153
*
154
- * See also: vips_invfft(), vips_mask_ideal().
154
+ * ::: seealso
155
+ * [method@Image.invfft], [ctor@Image.mask_ideal].
155
156
*
156
157
* Returns: 0 on success, -1 on error.
157
158
*/
Original file line number Diff line number Diff line change @@ -370,7 +370,8 @@ vips_fwfft_init(VipsFwfft *fwfft)
370
370
* VIPS uses the fftw Fourier Transform library. If this library was not
371
371
* available when VIPS was configured, these functions will fail.
372
372
*
373
- * See also: vips_invfft().
373
+ * ::: seealso
374
+ * [method@Image.invfft].
374
375
*
375
376
* Returns: 0 on success, -1 on error.
376
377
*/
Original file line number Diff line number Diff line change @@ -284,17 +284,19 @@ vips_invfft_init(VipsInvfft *invfft)
284
284
* @out: (out): output image
285
285
* @...: %NULL-terminated list of optional named arguments
286
286
*
287
- * Optional arguments:
287
+ * Transform an image from Fourier space to real space.
288
288
*
289
- * * @real: only output the real part
290
- *
291
- * Transform an image from Fourier space to real space. The result is complex.
292
- * If you are OK with a real result, set @real, it's quicker.
289
+ * The result is complex. If you are OK with a real result, set @real,
290
+ * it's quicker.
293
291
*
294
292
* VIPS uses the fftw Fourier Transform library. If this library was not
295
293
* available when VIPS was configured, these functions will fail.
296
294
*
297
- * See also: vips_fwfft().
295
+ * ::: tip "Optional arguments"
296
+ * * @real: %gboolean, only output the real part
297
+ *
298
+ * ::: seealso
299
+ * [method@Image.fwfft].
298
300
*
299
301
* Returns: 0 on success, -1 on error.
300
302
*/
Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ vips_phasecor_init(VipsPhasecor *phasecor)
129
129
* Convert the two input images to Fourier space, calculate phase-correlation,
130
130
* back to real space.
131
131
*
132
- * See also: vips_fwfft(), vips_cross_phase(),
132
+ * ::: seealso
133
+ * [method@Image.fwfft], [method@Image.cross_phase],
133
134
*
134
135
* Returns: 0 on success, -1 on error.
135
136
*/
Original file line number Diff line number Diff line change @@ -115,9 +115,11 @@ vips_spectrum_init(VipsSpectrum *spectrum)
115
115
* Make a displayable (ie. 8-bit unsigned int) power spectrum.
116
116
*
117
117
* If @in is non-complex, it is transformed to Fourier space. Then the
118
- * absolute value is passed through vips_scale() in log mode, and vips_wrap().
118
+ * absolute value is passed through [method@Image.scale] in log mode, and
119
+ * [method@Image.wrap].
119
120
*
120
- * See also: vips_fwfft(), vips_scale(), vips_wrap().
121
+ * ::: seealso
122
+ * [method@Image.fwfft], [method@Image.scale], [method@Image.wrap].
121
123
*
122
124
* Returns: 0 on success, -1 on error.
123
125
*/
You can’t perform that action at this time.
0 commit comments