SbKernel2i32 Class |
Integer 2D-Kernel for morphological operations.
Namespace: OIV.ImageViz
The SbKernel2i32 type exposes the following members.
Name | Description | |
---|---|---|
SbKernel2i32 | Default constructor. | |
SbKernel2i32(SbVec2i32) | Constructor defining the size of the kernel (numRows, numColumns). | |
SbKernel2i32(Int32, Int32) | Constructor defining the size of the kernel. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetNumCols | Returns the number of columns. | |
GetNumRows | Returns the number of rows. | |
GetSize | Returns the size of the kernel. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | Returns the value of the kernel at position (row, col). | |
SetSize(SbVec2i32) | Set the size of the kernel. | |
SetSize(UInt64, UInt64) | Set the size of the kernel. | |
SetValue | Sets the value of the kernel at position (row, col). | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Define an n x m integer 2D-kernel.