Write the geo information into the tiff file
Namespace: Emgu.CV.TiffAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public void WriteGeoTag(
double[] modelTiepoint,
double[] modelPixelScale
)
Public Sub WriteGeoTag ( _
modelTiepoint As Double(), _
modelPixelScale As Double() _
)
public:
void WriteGeoTag(
array<double>^ modelTiepoint,
array<double>^ modelPixelScale
)
Parameters
- modelTiepoint
- array<Double>[]()[][]
Model Tie Point, an array of size 6
- modelPixelScale
- array<Double>[]()[][]
Model pixel scale, an array of size 3
See Also