←Select platform

Matrix Property

Summary

Gets or sets the array of weighting factors.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Matrix", IsRequired=true)] 
public int[] Matrix { get; set; } 
  
<DataMemberAttribute(Name="Matrix", IsRequired=True)> 
Public Property Matrix As Integer() 
[DataMemberAttribute(Name="Matrix", IsRequired=true)] 
public: 
property array<int>^ Matrix { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 

Property Value

The array of weighting factors. The factors apply to pixels in the neighborhood read left to right and top to bottom in the ABC order shown below:

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly