Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

meanBlur_Filter Class Reference
[Image Processing FiltersSingle FrameConvolutionBlurring]

#include <meanBlur_Filter.h>

Inheritance diagram for meanBlur_Filter:

phFilter phMutex phObject List of all members.

Detailed Description

Mean NxN Convolution

This function blurs the image by changing the color of a pixel to the mean value of the pixel and the pixels surrounding it. The number of surrounding pixels is defined by the kernel size parameter. If kernel is 3, then the pixel being looked at is the center of a 3x3 box. The kernel size must be an odd integer value greater than or equal to 3. If the kernel size was even, there would be no center pixel.

Supports the following formats:

Todo:
add example image inputs and processed image outputs

add example application code that shows how the processed images were output

meanBlur_Filter_diagram.jpg
meanBlur_Filter_before.png
meanBlur_Filter_after.png

Definition at line 77 of file meanBlur_Filter.h.

Public Member Functions

 meanBlur_Filter (uint32_t kernel_size=3)
 ~meanBlur_Filter ()
int set (uint32_t kernel_size)
phFiltercloneFilter ()

Protected Member Functions

int filter ()

Private Attributes

uint32_t m_kernel_size
uint32_tm_average
uint32_t m_average_size


The documentation for this class was generated from the following files:



Copyright (C) 2002 - 2007 Philip D.S. Thoren ( pthoren@users.sourceforge.net )
University Of Massachusetts at Lowell
Robotics Lab
SourceForge.net Logo

Generated on Sat Jun 16 02:44:40 2007 for phission by  doxygen 1.4.4