LEADTOOLS Support
Imaging
Imaging SDK Examples
HOW TO: Filter out noise from images where noise is the same for each row
#1
Posted
:
Wednesday, May 6, 2015 6:53:15 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Some scanners over time will start developing noise that gets added into each image that is scanned. This noise is generally the same for each row of the image. Attached to this post is a sample application that shows a quick way to remove this noise from the image.
Included in the output directory of this project is the image with noise added from a particular scanner. This project removes the noise by reading in the first line of the image and assumes that it is purely noise with no image content. It then uses this as a filter to divide out the noise from the rest of the image (same process as the CombineCommand using the OperatorDivideSource flag).
https://www.leadtools.com/help/leadtools/v19/dh/pe/leadtools.imageprocessing.effects~leadtools.imageprocessing.effects.combinecommand.html
This sample also outputs a large filter and a small filter image so that when ran again, the filter can be used with the CombineCommand in lieu of manually processing each row of the image. Using the CombineCommand is faster than doing manual processing.
#2
Posted
:
Friday, January 5, 2018 11:44:30 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 163
Was thanked: 9 time(s) in 9 post(s)
I have updated this for LEADTOOLS version 20.
Nick Crook
Developer Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Imaging
Imaging SDK Examples
HOW TO: Filter out noise from images where noise is the same for each row
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.