Method
VipsImagesimilarity
Declaration [src]
int
vips_similarity (
VipsImage* in,
VipsImage** out,
...
)
Description [src]
Optional arguments:
scale: %gdouble, scale by this factorangle: %gdouble, rotate by this many degrees clockwiseinterpolate:VipsInterpolate, interpolate pixels with thisbackground:VipsArrayDoublecolour for new pixelsidx: %gdouble, input horizontal offsetidy: %gdouble, input vertical offsetodx: %gdouble, output horizontal offsetody: %gdouble, output vertical offsetody: %gdouble, output vertical offset
This operator calls vips_affine() for you, calculating the matrix for the
affine transform from scale and angle. Other parameters are passed on to
vips_affine() unaltered.
See also: vips_affine(), VipsInterpolate.
| This method is not directly available to language bindings. |
Parameters
out |
VipsImage |
Output image. |
|
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
... |
|
|