GeodeticCoordinateLatitude Property |
http://www.emgu.com
Latitude (phi) in radian
Namespace:
Emgu.CV.Geodetic
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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