Merge pull request #760 from astavale/mosaicing
Update GObject introspection annotations for libvips/mosaicing directory
This commit is contained in:
commit
4bf99b53bc
@ -113,6 +113,7 @@ headers="\
|
|||||||
convolution.h \
|
convolution.h \
|
||||||
draw.h \
|
draw.h \
|
||||||
morphology.h \
|
morphology.h \
|
||||||
|
mosaicing.h \
|
||||||
type.h \
|
type.h \
|
||||||
rect.h \
|
rect.h \
|
||||||
resample.h \
|
resample.h \
|
||||||
|
@ -1802,9 +1802,9 @@ vips_globalbalance_init( VipsGlobalbalance *globalbalance )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_globalbalance:
|
* vips_globalbalance: (method)
|
||||||
* @in: mosaic to rebuild
|
* @in: mosaic to rebuild
|
||||||
* @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:
|
||||||
|
@ -194,9 +194,9 @@ vips_remosaic_init( VipsRemosaic *remosaic )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_remosaic:
|
* vips_remosaic: (method)
|
||||||
* @in: mosaic to rebuild
|
* @in: mosaic to rebuild
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @old_str: gamma of source images
|
* @old_str: gamma of source images
|
||||||
* @new_str: gamma of source images
|
* @new_str: gamma of source images
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
|
@ -315,7 +315,7 @@ vips_match_init( VipsMatch *match )
|
|||||||
* vips_match:
|
* vips_match:
|
||||||
* @ref: reference image
|
* @ref: reference image
|
||||||
* @sec: secondary image
|
* @sec: secondary image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @xr1: first reference tie-point
|
* @xr1: first reference tie-point
|
||||||
* @yr1: first reference tie-point
|
* @yr1: first reference tie-point
|
||||||
* @xs1: first secondary tie-point
|
* @xs1: first secondary tie-point
|
||||||
|
@ -168,7 +168,7 @@ vips_merge_init( VipsMerge *merge )
|
|||||||
* vips_merge:
|
* vips_merge:
|
||||||
* @ref: reference image
|
* @ref: reference image
|
||||||
* @sec: secondary image
|
* @sec: secondary image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @direction: horizontal or vertical merge
|
* @direction: horizontal or vertical merge
|
||||||
* @dx: displacement of ref from sec
|
* @dx: displacement of ref from sec
|
||||||
* @dy: displacement of ref from sec
|
* @dy: displacement of ref from sec
|
||||||
|
@ -314,7 +314,7 @@ vips_mosaic_init( VipsMosaic *mosaic )
|
|||||||
* vips_mosaic:
|
* vips_mosaic:
|
||||||
* @ref: reference image
|
* @ref: reference image
|
||||||
* @sec: secondary image
|
* @sec: secondary image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @direction: horizontal or vertical join
|
* @direction: horizontal or vertical join
|
||||||
* @xref: position in reference image
|
* @xref: position in reference image
|
||||||
* @yref: position in reference image
|
* @yref: position in reference image
|
||||||
|
Loading…
Reference in New Issue
Block a user