gstreamer/gst/geometrictransform
Thiago Santos b7660b122c geometrictransform: New plugin for geometric transforms
Adds a new plugin that has elements that perform geometric
transformations to images. By geometric transformations I mean
that the operations are functions that given the output pixel
position, get the pixel position in the input image. This pixel
is then copied from input to output.

The gstgeometrictransform baseclass makes it easy to write
such elements. It boils down to write the mapping function
and exposing properties

Already added the first of the elements, 'pinch'. It's a common
effect in image editors, like gimp (distort -> pinch)
2010-06-04 15:31:18 -03:00
..
gstgeometrictransform.c geometrictransform: New plugin for geometric transforms 2010-06-04 15:31:18 -03:00
gstgeometrictransform.h geometrictransform: New plugin for geometric transforms 2010-06-04 15:31:18 -03:00
gstpinch.c geometrictransform: New plugin for geometric transforms 2010-06-04 15:31:18 -03:00
gstpinch.h geometrictransform: New plugin for geometric transforms 2010-06-04 15:31:18 -03:00
Makefile.am geometrictransform: New plugin for geometric transforms 2010-06-04 15:31:18 -03:00
plugin.c geometrictransform: New plugin for geometric transforms 2010-06-04 15:31:18 -03:00