Dirac - A Video Codec
Created by the British Broadcasting Corporation.
prefilter.h File Reference
#include <libdirac_common/picture.h>
Include dependency graph for prefilter.h:
Go to the source code of this file.
Namespaces
Functions
- void CWMFilter (Picture &picture, const int strength)
- Denoises an input frame.
- void CWMFilterComponent (PicArray &pic_data, const int strength)
- ValueType Median (const ValueType *val_list, const int length)
- void LPFilter (PicArray &pic_data, const float qf, const int strength)
- Denoises a component.
- void DiagFilter (PicArray &pic_data, const float qf, const int strength)
- Diagonally filters an input component.
Function Documentation
void CWMFilter |
( |
Picture & |
picture, |
|
|
const int |
strength |
|
) |
|
|
void CWMFilterComponent |
( |
PicArray & |
pic_data, |
|
|
const int |
strength |
|
) |
|
|
void DiagFilter |
( |
PicArray & |
pic_data, |
|
|
const float |
qf, |
|
|
const int |
strength |
|
) |
|
|
void LPFilter |
( |
PicArray & |
pic_data, |
|
|
const float |
qf, |
|
|
const int |
strength |
|
) |
|
|
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.