http://www.emgu.com
Split current Image into an array of gray scale images where each element
in the array represent a single color channel of the original image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic Function Split As UMat()
public:
array<UMat^>^ Split()
member Split : unit -> UMat[]
Return Value
Type:
UMat
An array of gray scale images where each element
in the array represent a single color channel of the original image
See Also