←Select platform

ObjectCounterCommandEventArgs Constructor

Summary
Initializes a new ObjectCounterCommandEventArgs with explicit parameters.

Syntax
C#
C++/CLI
Python
public: 
ObjectCounterCommandEventArgs(  
   LeadRect objectrectangle, 
   array<array<int>^>^ objectdata 
) 
__init__(self,objectrectangle,objectdata) # Overloaded constructor 

Parameters

objectrectangle
Rectangle surrounding the object.

objectdata
Two dimension array containing the location of the pixels belonging to the object. Elements in the array with value 1 belong to the object, otherwise they do not

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.