Overload List

NameDescription
cvMixChannels(array<IntPtr>[]()[], array<IntPtr>[]()[], array<Int32>[]()[])
The function cvMixChannels is a generalized form of cvSplit and cvMerge and some forms of cvCvtColor. It can be used to change the order of the planes, add/remove alpha channel, extract or insert a single plane or multiple planes etc.
cvMixChannels(array<IntPtr>[]()[], Int32, array<IntPtr>[]()[], Int32, array<Int32>[]()[], Int32)
The function cvMixChannels is a generalized form of cvSplit and cvMerge and some forms of cvCvtColor. It can be used to change the order of the planes, add/remove alpha channel, extract or insert a single plane or multiple planes etc.

See Also