The ConvolutionKernelF type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Bytes
Get or Set an Array of bytes that represent the data in this array
(Inherited from CvArray<(Of <(<'TDepth>)>)>.)
Center
The center of the convolution kernel
Cols
The number of cols for this array
(Inherited from CvArray<(Of <(<'TDepth>)>)>.)
Data
Get or Set the data for this matrix
(Inherited from Matrix<(Of <(<'TDepth>)>)>.)
Det
Returns determinant of the square matrix
(Inherited from Matrix<(Of <(<'TDepth>)>)>.)
Height
Get the height (#Rows) of the cvArray. If ROI is set, the height of the ROI
(Inherited from CvArray<(Of <(<'TDepth>)>)>.)
Item[([( Int32, Int32])])
Get or Set the value in the specific row and col
(Inherited from Matrix<(Of <(<'TDepth>)>)>.)
ManagedArray
Get the underneath managed array
(Inherited from Matrix<(Of <(<'TDepth>)>)>.)
MCvMat
The MCvMat structure format
(Inherited from Matrix<(Of <(<'TDepth>)>)>.)
Norm
The norm of this Array
(Inherited from CvArray<(Of <(<'TDepth>)>)>.)
NumberOfChannels
Get the number of channels for this matrix
(Inherited from Matrix<(Of <(<'TDepth>)>)>.)
Ptr
The pointer to the internal structure
(Inherited from CvArray<(Of <(<'TDepth>)>)>.)
Rows
The number of rows for this array
(Inherited from CvArray<(Of <(<'TDepth>)>)>.)
SerializationCompressionRatio
Get or set the Compression Ratio for serialization. A number between 0 - 9. 0 means no compression at all, while 9 means best compression
(Inherited from CvArray<(Of <(<'TDepth>)>)>.)
Size
Get the size of the array
(Inherited from CvArray<(Of <(<'TDepth>)>)>.)
Sum
Return the sum of the elements in this matrix
(Inherited from Matrix<(Of <(<'TDepth>)>)>.)
Trace
Sum of diagonal elements of the matrix
(Inherited from CvArray<(Of <(<'TDepth>)>)>.)
Width
Get the width (#Cols) of the cvArray. If ROI is set, the width of the ROI
(Inherited from CvArray<(Of <(<'TDepth>)>)>.)

See Also