Click or drag to resize

IntegerMatrix Class

This object composes of a matrix of integers that is used in various morphological and related filters.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.ImageProcessing.FiltersIntegerMatrix

Namespace:  Atalasoft.Imaging.ImageProcessing.Filters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[SerializableAttribute]
public class IntegerMatrix : ISerializable

The IntegerMatrix type exposes the following members.

Constructors
  NameDescription
Public methodIntegerMatrix(Int32, Int32)
Creates a new instance of IntegerMatrix.
Protected methodIntegerMatrix(SerializationInfo, StreamingContext)
Creates a new instance of IntegerMatrix from serialization information.
Top
Properties
  NameDescription
Public propertyColumns
Gets the number of columns in the matrix.
Public propertyRows
Gets the number of rows in the matrix.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetArray
Return a one-dimentional array that composes of the matrix elements.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItem
Gets a value in the specified location of the matrix.
Public methodGetObjectData
Fills a SerializationInfo object with information about this object.
Public methodGetRow
Returns a one-dimensional array containing an entire row of the matrix.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetItem
Set the value of an element in the array.
Public methodSetRow
Set the entire row of the matrix to a parameter list of values.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also