Click or drag to resize

Affine3dGetValues Method

http://www.emgu.com
Get the 3x3 matrix's value as a double vector (of size 9)

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public double[] GetValues()

Return Value

Type: Double
The 3x3 matrix's value as a double vector (of size 9)
See Also