This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, October 6, 2009 8:39:40 AM(UTC)
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?
#2
Posted
:
Wednesday, October 7, 2009 3:59:15 AM(UTC)
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.