LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Weighted Property

Show in webframe







Gets or sets a value that indicates the weighting factor.
Syntax
public bool Weighted {get; set;}
'Declaration
 
Public Property Weighted As Boolean
'Usage
 
Dim instance As ObjectInformationCommand
Dim value As Boolean
 
instance.Weighted = value
 
value = instance.Weighted
public bool Weighted {get; set;}
@property (nonatomic, assign) BOOL weighted;
public boolean getWeighted()
public void setWeighted(boolean value)
            
 
get_Weighted();
set_Weighted(value);
Object.defineProperty('Weighted');
public:
property bool Weighted {
   bool get();
   void set (    bool value);
}

Property Value

Value that indicates the weighting factor. If this property is true, then the pixel intensity value (color) will be used as a weighting factor. If this property set to false, then all non-zero pixels will have the same weight.
Example
Refer to ObjectInformationCommand()
Requirements

Target Platforms

See Also

Reference

ObjectInformationCommand Class
ObjectInformationCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.