http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
A class that can be used for writing geotiff
Namespace: Emgu.CV.TiffAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public class TiffWriter<TColor, TDepth> : UnmanagedObject where TColor : struct, new(), IColor where TDepth : new() |
Visual Basic |
---|
Public Class TiffWriter(Of TColor As {Structure, New, IColor}, TDepth As New) _ Inherits UnmanagedObject |
Visual C++ |
---|
generic<typename TColor, typename TDepth> where TColor : value class, gcnew(), IColor where TDepth : gcnew() public ref class TiffWriter : public UnmanagedObject |
Type Parameters
- TColor
- The color type of the image to be written
- TDepth
- The depth type of the image to be written
Inheritance Hierarchy
System..::..Object
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV.Tiff..::..TiffWriter<(Of <(<'TColor, TDepth>)>)>
Emgu.CV.Tiff..::..TileTiffWriter<(Of <(<'TColor, TDepth>)>)>
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV.Tiff..::..TiffWriter<(Of <(<'TColor, TDepth>)>)>
Emgu.CV.Tiff..::..TileTiffWriter<(Of <(<'TColor, TDepth>)>)>