LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

UpperAverage Property






An array that contains the new average pixel value for those pixels with values between the average pixel value for the entire image and the highest pixel value in the image. .NET support WinRT support Silverlight support
Syntax
public int[] UpperAverage {get; set;}
'Declaration
 
Public Property UpperAverage As Integer()
'Usage
 
Dim instance As LightControlCommand
Dim value() As Integer
 
instance.UpperAverage = value
 
value = instance.UpperAverage
public int[] UpperAverage {get; set;}
 get_UpperAverage();
set_UpperAverage(value);
public:
property array<int>^ UpperAverage {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

An array contain the new average pixel value for those pixels with values between the average pixel value for the entire image and the highest pixel value in the image. The size of the array equals either one if Type is LightControlCommandType.Yuv or LightControlCommandType.Gray or three if Type is LightControlCommandType.Rgb where the first element corresponds to the new blue upper side average value, the second element to the green, and the last element to the red.
Example
Refer to LightControlCommand()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LightControlCommand Class
LightControlCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.