Create a datum with the specific radius

Namespace: Emgu.CV.Geodetic
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Datum(
	double a,
	double b
)
Public Sub New ( _
	a As Double, _
	b As Double _
)
public:
Datum(
	double a, 
	double b
)

Parameters

a
Double
Value of the major (transverse) radius (in meter)
b
Double
Value of the minor (conjugate) radius (in meter)

See Also