GeodeticCoordinateLatitude Property |
http://www.emgu.com
Latitude (phi) in radian
Namespace:
Emgu.CV.Geodetic
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic double Latitude { get; set; }
Public Property Latitude As Double
Get
Set
public:
property double Latitude {
double get ();
void set (double value);
}
member Latitude : float with get, set
Property Value
Type:
Double
See Also