Functions | |
| cpl_image * | cpl_image_filter_linear (cpl_image *in, cpl_matrix *ker) |
| Compute a linear filtering using the bad pixel map. More... | |
| cpl_image * | cpl_image_filter_morpho (cpl_image *image_in, cpl_matrix *ker) |
| Filter an image in spatial domain with a morpho kernel. Use bpm. More... | |
| cpl_image * | cpl_image_filter_median (cpl_image *in, cpl_matrix *ker) |
| Apply a spatial 3x3 median filter to an image using bpm. More... | |
| cpl_image * | cpl_image_filter_stdev (cpl_image *in, cpl_matrix *ker) |
| Standard deviation filter using bpm. More... | |
The filtering functions (linear, median, morphological filtering) take the bad pixels map (bpm) into account to avoid them to corrupt their neigbours.
#include "cpl_image_filter.h"
|
||||||||||||
|
Compute a linear filtering using the bad pixel map.
Possible _cpl_error_code_ set in this function:
|
|
||||||||||||
|
Apply a spatial 3x3 median filter to an image using bpm.
Possible _cpl_error_code_ set in this function:
|
|
||||||||||||
|
Filter an image in spatial domain with a morpho kernel. Use bpm.
Possible _cpl_error_code_ set in this function:
|
|
||||||||||||
|
Standard deviation filter using bpm.
Possible _cpl_error_code_ set in this function:
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002