Cv2ExtractChannel Method |
Namespace: OpenCvSharp
public static void ExtractChannel( InputArray src, OutputArray dst, int coi )
Public Shared Sub ExtractChannel ( src As InputArray, dst As OutputArray, coi As Integer )
public: static void ExtractChannel( InputArray^ src, OutputArray^ dst, int coi )
static member ExtractChannel : src : InputArray * dst : OutputArray * coi : int -> unit
OpenCvSharp.Cv2.ExtractChannel = function(src, dst, coi);