Click or drag to resize
ImageTColor, TDepthCopy Method (ImageTColor, TDepth, ImageGray, Byte)
http://www.emgu.com
Copy the masked area of this image to destination

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Copy(
	Image<TColor, TDepth> dest,
	Image<Gray, byte> mask
)

Parameters

dest
Type: Emgu.CVImageTColor, TDepth
the destination to copy to
mask
Type: Emgu.CVImageGray, Byte
the mask for copy
See Also