stuff
This commit is contained in:
parent
f705d28a66
commit
e319f251b0
11
TODO
11
TODO
@ -1,13 +1,4 @@
|
||||
- try
|
||||
|
||||
$ vips im_point kylie110.jpg bilinear 0 0 0
|
||||
(vips:8895): GLib-GObject-WARNING **: invalid unclassed pointer in cast to
|
||||
`VipsInterpolate'
|
||||
Segmentation fault
|
||||
|
||||
how odd
|
||||
|
||||
- im_maxpos_vec needs gtkdoc
|
||||
- im_lintra(), im_maxpos_vec(), im_minpos_vec(), im_linreg() need gtkdoc
|
||||
|
||||
|
||||
|
||||
|
@ -59,7 +59,7 @@
|
||||
* @out: return interpolated value
|
||||
*
|
||||
* Find the value at (@x, @y) in given band of image.
|
||||
* Use bilinear interpolation if @x or @y are non-integral.
|
||||
* Non-integral values are calculated using the supplied @interpolate.
|
||||
*
|
||||
* See also: im_avg(), #VipsInterpolate
|
||||
*
|
||||
|
@ -239,7 +239,7 @@ im_powtra_vec( IMAGE *in, IMAGE *out, int n, double *e )
|
||||
}
|
||||
|
||||
/**
|
||||
* im_powntra:
|
||||
* im_powtra:
|
||||
* @in: input #IMAGE
|
||||
* @out: output #IMAGE
|
||||
* @e: exponent
|
||||
|
@ -84,10 +84,6 @@ int im_tantra( IMAGE *in, IMAGE *out );
|
||||
int im_asintra( IMAGE *in, IMAGE *out );
|
||||
int im_acostra( IMAGE *in, IMAGE *out );
|
||||
int im_atantra( IMAGE *in, IMAGE *out );
|
||||
int im_cmulnorm( IMAGE *in1, IMAGE *in2, IMAGE *out );
|
||||
int im_fav4( IMAGE **, IMAGE * );
|
||||
int im_gadd( double, IMAGE *, double, IMAGE *, double, IMAGE *);
|
||||
int im_litecor( IMAGE *, IMAGE *, IMAGE *, int, double );
|
||||
int im_bandmean( IMAGE *in, IMAGE *out );
|
||||
int im_cross_phase( IMAGE *a, IMAGE *b, IMAGE *out );
|
||||
|
||||
|
@ -307,6 +307,13 @@ typedef struct {
|
||||
*/
|
||||
typedef VipsDemandType im_demand_type;
|
||||
|
||||
/* Deprecated operations.
|
||||
*/
|
||||
int im_cmulnorm( IMAGE *in1, IMAGE *in2, IMAGE *out );
|
||||
int im_fav4( IMAGE **, IMAGE * );
|
||||
int im_gadd( double, IMAGE *, double, IMAGE *, double, IMAGE *);
|
||||
int im_litecor( IMAGE *, IMAGE *, IMAGE *, int, double );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /*__cplusplus*/
|
||||
|
Loading…
Reference in New Issue
Block a user