Linea HS Series Camera User's Manual
Camera Performance and Features
•
75
Image Filters
See the section Flat Field Category in Appendix A for GenICam features associated with this section
and how to use them.
Related Features:
The camera has a selection of image filters that can be used to reduce image noise.
Use the
imageFilterMode
feature to turn the filtering on or off. Use the
imageFilterType
feature to
read the type of filter that is being used.
Kernels
Use the
ImageFilterKernalSize
feature to select the number of pixels involved in the filter or the
kernel size. The options are: 1 x 3 and 1 x 5 filter kernels.
T
he 1 x 3 and 1 x 5 filter kernels are “weighted average” filters.
The 1 x 3 filter kernel uses 75% of the original pixel and 12.5% of the adjacent pixels.
12.5
%
75%
12.5
%
Figure 40: 1 x 3 kernel
The 1 x 5 filter kernel uses 50% of the original pixel and 12.5% of the adjacent two pixels on both
sides of the original pixel.
12.5
%
50%
12.5
%
12.5
%
12.5
%
Figure 41: 1 x 5 kernel
Image Filter Contrast Ratio
The
imageFilterContrastRatio
feature is used to determine when the filter is applied to the image
data. The control looks at the ratio between two adjacent pixels (prior to filter processing) on the
sides of the relevant pixel and determines the difference or contrast between those pixels.
If the contrast ratio is greater than the value set by the user, then the filter automatically turns off
for those two pixels. If the contrast is below the set value, then the pixel filter is applied.
A value of 0 will turn off the filters for all pixels and a value of 1 will keep the filter on for all pixels.