2003-02-13 19:55:41 +01:00
|
|
|
LibVideoGfx is a C++ library for low-level video processing. It aims at
|
|
|
|
speeding up the development process for image and video processing applications
|
|
|
|
by providing high-level classes for commonly required tasks. The library
|
2003-05-06 19:40:18 +02:00
|
|
|
comprises support for:
|
2003-02-13 19:55:41 +01:00
|
|
|
|
2003-05-06 19:40:18 +02:00
|
|
|
basic image data classes
|
2004-04-25 03:04:36 +02:00
|
|
|
color-space conversion for RGB, YUV, HSV
|
2003-05-06 19:40:18 +02:00
|
|
|
drawing primitives (lines, circles, ...)
|
|
|
|
image manipulation (scaling, pixel-ops, convolution)
|
|
|
|
file-IO (ppm, yuv, jpeg, png, mpeg, V4L-grabbing)
|
|
|
|
X11 image display (including Xv-extension support)
|