Removes isolated Data Rakes in 1-bit black and white images.
public class RakeRemoveCommand : Leadtools.Imageprocessing.Leadtools.ImageProcessing.RasterCommand, Leadtools.Imageprocessing.Leadtools.ImageProcessing.IRasterCommandPublic Class RakeRemoveCommandInherits Leadtools.Imageprocessing.Leadtools.ImageProcessing.RasterCommandImplements Leadtools.Imageprocessing.Leadtools.ImageProcessing.IRasterCommand
public ref class RakeRemoveCommand : public Leadtools.Imageprocessing.Leadtools.ImageProcessing.RasterCommand, Leadtools.Imageprocessing.Leadtools.ImageProcessing.IRasterCommandFor more information, refer to Cleaning Up 1-Bit Images.
Runs the RakeRemoveCommand on an image.
Imports LeadtoolsImports Leadtools.CodecsImports Leadtools.ImageProcessing.CorePublic WithEvents rakeRemoveCommand_S1 As RakeRemoveCommandPublic Sub RakeRemoveCommandExample()Dim codecs As New RasterCodecs()codecs.ThrowExceptionsOnInvalidImages = TrueDim leadImage As RasterImage = codecs.Load(Path.Combine(LEAD_VARS.ImagesDir, "Forms\\Forms to be Recognized\\OCR\\FCC-107_OCR_Filled.tif"))' Prepare the commandrakeRemoveCommand_S1 = New RakeRemoveCommandrakeRemoveCommand_S1.MinLength = 50rakeRemoveCommand_S1.MinWallHeight = 10rakeRemoveCommand_S1.MaxWidth = 3rakeRemoveCommand_S1.MaxWallPercent = 25rakeRemoveCommand_S1.MaxSideteethLength = 60rakeRemoveCommand_S1.MaxMidteethLength = 50rakeRemoveCommand_S1.Gaps = 1rakeRemoveCommand_S1.Variance = 1rakeRemoveCommand_S1.TeethSpacing = 5rakeRemoveCommand_S1.AutoFilter = FalserakeRemoveCommand_S1.Run(leadImage)End SubPrivate Sub RakeRemoveCommand_RakeRemove_S1(ByVal sender As Object, ByVal e As RakeRemoveCommandEventArgs) Handles rakeRemoveCommand_S1.RakeRemoveMessageBox.Show("Rake length is " + "( " + e.Length.ToString() + " )")e.Status = RemoveStatus.RemoveEnd SubPublic NotInheritable Class LEAD_VARSPublic Const ImagesDir As String = "C:\Users\Public\Documents\LEADTOOLS Images"End Class
using Leadtools;using Leadtools.Codecs;using Leadtools.ImageProcessing.Core;public void RakeRemoveCommandExample(){// Load an imageRasterCodecs codecs = new RasterCodecs();codecs.ThrowExceptionsOnInvalidImages = true;RasterImage image = codecs.Load(Path.Combine(LEAD_VARS.ImagesDir, @"Forms\Forms to be Recognized\OCR\FCC-107_OCR_Filled.tif"));// Prepare the commandRakeRemoveCommand command = new RakeRemoveCommand();command.RakeRemove += new EventHandler<RakeRemoveCommandEventArgs>(RakeRemoveEvent_S1);command.MinLength = 50;command.MinWallHeight = 10;command.MaxWidth = 3;command.MaxWallPercent = 25;command.MaxSideteethLength = 60;command.MaxMidteethLength = 50;command.Gaps = 1;command.Variance = 1;command.TeethSpacing = 5;command.AutoFilter = false;command.Run(image);}private void RakeRemoveEvent_S1(object sender, RakeRemoveCommandEventArgs e){MessageBox.Show("Rake length is " + "( " + e.Length.ToString() + " )" );e.Status = RemoveStatus.Remove;}static class LEAD_VARS{public const string ImagesDir = @"C:\Users\Public\Documents\LEADTOOLS Images";}
|
Products |
Support |
Feedback: RakeRemoveCommand Class - Leadtools.ImageProcessing.Core |
Introduction |
Help Version 19.0.2017.3.21
|

Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.