TiffWriterTColor, TDepthWriteImage Method |
http://www.emgu.com
Write the image to the tiff file
Namespace:
Emgu.CV.Tiff
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic virtual void WriteImage(
Image<TColor, TDepth> image
)
Public Overridable Sub WriteImage (
image As Image(Of TColor, TDepth)
)
public:
virtual void WriteImage(
Image<TColor, TDepth>^ image
)
abstract WriteImage :
image : Image<'TColor, 'TDepth> -> unit
override WriteImage :
image : Image<'TColor, 'TDepth> -> unit
Parameters
- image
- Type: Emgu.CVImageTColor, TDepth
The image to be written
See Also