stuff
This commit is contained in:
parent
8200afcbb6
commit
8229aceac4
@ -40,6 +40,16 @@
|
||||
#include <dmalloc.h>
|
||||
#endif /*WITH_DMALLOC*/
|
||||
|
||||
/**
|
||||
* SECTION: cimg_funcs
|
||||
* @short_description: expose operations from the CImg library, mostly noise
|
||||
* removal
|
||||
* @stability: Stable
|
||||
* @include: vips/vips.h
|
||||
*
|
||||
* The GREYCstoration filter.
|
||||
*/
|
||||
|
||||
static int
|
||||
greyc_vec( im_object *argv )
|
||||
{
|
||||
|
@ -50,7 +50,8 @@
|
||||
|
||||
/**
|
||||
* SECTION: interpolate
|
||||
* @short_description: shrink, expand, rotate with a choice of interpolators
|
||||
* @short_description: various interpolators: nearest, bilinear, bicubic, and
|
||||
* some non-linear
|
||||
* @stability: Stable
|
||||
* @include: vips/vips.h
|
||||
*
|
||||
|
@ -40,6 +40,16 @@
|
||||
#include <dmalloc.h>
|
||||
#endif /*WITH_DMALLOC*/
|
||||
|
||||
/**
|
||||
* SECTION: video
|
||||
* @short_description: various video grabbers
|
||||
* @see_also: <link linkend="libvips-image">image</link>
|
||||
* @stability: Stable
|
||||
* @include: vips/vips.h
|
||||
*
|
||||
* Read an image from a video source.
|
||||
*/
|
||||
|
||||
static int
|
||||
video_v4l1_vec( im_object *argv )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user