This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, May 25, 2006 10:21:37 PM(UTC)
Groups: Registered
Posts: 2
hi all,
i am working in VC++. Need an API wherein if i supply the number of pixels , then it should remove specks of only that many pixels. I' vetried calling
L_DespeckleBitmap that many times but it does not give correct results .
[:)]Please Help
#2
Posted
:
Tuesday, May 30, 2006 12:44:00 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
There is no other way to use the
L_DespeckleBitmap
function. If your images are black and white, then try using
L_DotRemoveBitmap. Otherwise, try using L_AverageFilterBitmap or L_MedianFilterBitmap. However, this will blur the image.
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.