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.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public override void WriteImage(
	Image<TColor, TDepth> image
)

Parameters

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