Click or drag to resize
TiffWriterTColor, TDepthWriteGeoTag Method
http://www.emgu.com
Write the geo information into the tiff file

Namespace: Emgu.CV.Tiff
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void WriteGeoTag(
	double[] modelTiepoint,
	double[] modelPixelScale
)

Parameters

modelTiepoint
Type: SystemDouble
Model Tie Point, an array of size 6
modelPixelScale
Type: SystemDouble
Model pixel scale, an array of size 3
See Also