Click or drag to resize
TileTiffWriterTColor, TDepthWriteImage Method
http://www.emgu.com
Write the whole image as tile tiff

Namespace: Emgu.CV.Tiff
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public override void WriteImage(
	Image<TColor, TDepth> image
)

Parameters

image
Type: Emgu.CVImageTColor, TDepth
The image to be written
See Also