Click or drag to resize
Accord.NET (logo)

MatrixH  Conversion (MatrixH to Double)

Double[,] conversion.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static explicit operator double[,] (
	MatrixH matrix
)
Request Example View Source

Parameters

matrix
Type: Accord.ImagingMatrixH

Return Value

Type: Double
See Also