This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, April 7, 2008 8:21:31 AM(UTC)
Groups: Registered
Posts: 4
How would I perform green eye reduction on an image region?
#2
Posted
:
Tuesday, April 8, 2008 3:15:24 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
We do
not have a specific function that does this. However, you try to achieve the
removal by doing this:
1- Add
a region around the green area that you want removed. You can use the L_SetBitmapRgnColorHSVRange()
to create a region with a specified color range. You can also use the Magic
Wand region function (L_SetBitmapRgnMagicWand()) to obtain a region of a
desired color.
2- Fill this region with a different color other than
green using the Fill method.
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.