Click or drag to resize

ImageTColor, TDepthCopy Method (ImageGray, Byte)

http://www.emgu.com
Make a copy of the image using a mask, if ROI is set, only copy the ROI

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Image<TColor, TDepth> Copy(
	Image<Gray, byte> mask
)

Parameters

mask
Type: Emgu.CVImageGray, Byte
the mask for coping

Return Value

Type: ImageTColor, TDepth
A copy of the image
See Also