Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, October 6, 2009 8:39:40 AM(UTC)
seinarsson

Groups: Registered
Posts: 22


From example code...

SmoothEdgesCommand command = new SmoothEdgesCommand();
command.Amount = 75;
command.Threshold = 0;
command.Run(image);

......

What is the range for the Amount property? Can it be negative like the Sharpen command?

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, October 7, 2009 3:59:15 AM(UTC)

Adnan Ismail  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

The range for the Amount property is from 0 to 100 and you can not set it to a negative value.
You can find more details about this property on this page:
http://www.leadtools.com/help/LEADTOOLS/v16/DH/PE/Leadtools.ImageProcessing.Effects~Leadtools.ImageProcessing.Effects.SmoothEdgesCommand~Amount.html
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.067 seconds.