←Select platform

ObjectInformationCommand Constructor(bool)

Summary

Initializes a new ObjectInformationCommand class object with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal weighted As Boolean _ 
) 
- (instancetype)initWithWeighted:(BOOL)weighted 
public ObjectInformationCommand(boolean weighted) 
public: 
ObjectInformationCommand(  
   bool weighted 
) 

Parameters

weighted
Flag that indicates the weighting factor. If this parameter is true, then the pixel intensity value (color) will be used as a weighting factor. If this parameter is false, then all non-zero pixels will have the same weight.

Example

Refer to ObjectInformationCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly