This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, September 21, 2009 7:04:16 AM(UTC)
Groups: Registered
Posts: 22
I'm using LEADTOOLS .NET v16.5.
I'm trying to implement a digital image correction algorithm. Part of what I need is to find the average gray scale value of a specific image.
Is there a LEADTOOLS command to get this easily? I'm working with 16-bit grayscale RAW images.
#2
Posted
:
Tuesday, September 22, 2009 10:25:38 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
You should be able to get this information with the StatisticsInformationCommand. After you've run it on your image, check the Median property.
#3
Posted
:
Tuesday, September 22, 2009 10:44:50 AM(UTC)
Groups: Registered
Posts: 22
Worked perfectly, thanks!
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.