Back to Adaptive Vision Studio website
                
                    
		
	You are here: Start » Filter Reference » Image Conversions » SplitChannels
Creates several monochromatic images from individual channels of the input image.
| Name | Type | Description | |
|---|---|---|---|
![]()  | 
				inImage | Image | Input image | 
![]()  | 
				outMonoImage1 | Image | Image of the first channel | 
![]()  | 
				outMonoImage2 | Image | Image of the second channel | 
![]()  | 
				outMonoImage3 | Image | Image of the third channel (if exists) | 
![]()  | 
				outMonoImage4 | Image | Image of the fourth channel (if exists) | 
Description
The operation extracts the color channels of inImage as separate monochromatic images. Outputs corresponding to non-existing channels of an image are set to Nil.
Examples
![]() An example image used as inImage.  | 
![]() The resulting outMonoImage1.  | 
![]() The resulting outMonoImage2.  | 
![]() The resulting outMonoImage3.  | 
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- MergeChannels – Creates a multichannel image from several monochromatic ones.
 
- SelectChannel – Creates an image from a single channel of the input image.
 






