Click or drag to resize

TiffWriterTColor, TDepthWriteImage Method

http://www.emgu.com
Write the image to the tiff file

Namespace:  Emgu.CV.Tiff
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public virtual void WriteImage(
	Image<TColor, TDepth> image
)

Parameters

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