Open meshtag opened 1 year ago
@meshtag Thanks! ping @NK-MXD @FlagerLee
What is the status on this? Was there any work done in this direction? (/cc @NK-MXD @FlagerLee )
I'm currently busy on other project and not involved in development of DIP. @meshtag
@NK-MXD and @FlagerLee have not continued working in this direction.
Is your feature request related to a problem? Please describe. As of now, we cannot work with individual channels directly in a multi-channel image stored in the image container.
Describe the solution you'd like We should have separate methods for splitting and merging channels from/in the image container. Similar to
cv2.split()
andcv2.merge()
for OpenCV'sMat
container.