more doc fixes
This commit is contained in:
parent
246089dc82
commit
b559a4dc00
@ -171,7 +171,7 @@ vips_merge_init( VipsMerge *merge )
|
||||
*
|
||||
* Optional arguments:
|
||||
*
|
||||
* * @mblend: maximum blend size
|
||||
* * @mblend: %gint, maximum blend size
|
||||
*
|
||||
* This operation joins two images left-right (with @ref on the left) or
|
||||
* up-down (with @ref above) with a smooth seam.
|
||||
|
@ -324,10 +324,10 @@ vips_mosaic_init( VipsMosaic *mosaic )
|
||||
*
|
||||
* Optional arguments:
|
||||
*
|
||||
* * @bandno: band to search for features
|
||||
* * @hwindow: half window size
|
||||
* * @harea: half search size
|
||||
* * @mblend: maximum blend size
|
||||
* * @bandno: %gint, band to search for features
|
||||
* * @hwindow: %gint, half window size
|
||||
* * @harea: %gint, half search size
|
||||
* * @mblend: %gint, maximum blend size
|
||||
*
|
||||
* This operation joins two images left-right (with @ref on the left) or
|
||||
* top-bottom (with @ref above) given an approximate overlap.
|
||||
|
Loading…
Reference in New Issue
Block a user