Write the geo information into the tiff file

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void WriteGeoTag(
	GeodeticCoordinate originCoordinate,
	Size imageSize,
	MCvPoint2D64f pixelResolution
)
Public Sub WriteGeoTag ( _
	originCoordinate As GeodeticCoordinate, _
	imageSize As Size, _
	pixelResolution As MCvPoint2D64f _
)
public:
void WriteGeoTag(
	GeodeticCoordinate originCoordinate, 
	Size imageSize, 
	MCvPoint2D64f pixelResolution
)

Parameters

originCoordinate
GeodeticCoordinate
The coordinate of the origin. To be specific, this is the coordinate of the upper left corner of the pixel in the origin
imageSize
Size
The size of the image
pixelResolution
MCvPoint2D64f
The resolution of the pixel in meters

See Also