buddy-compiler / buddy-mlir

An MLIR-based compiler framework bridges DSLs (domain-specific languages) to DSAs (domain-specific architectures).
https://buddy-compiler.github.io/
Apache License 2.0
518 stars 169 forks source link

[DIP] Create methods for splitting and merging channels in Image Container #164

Open meshtag opened 1 year ago

meshtag commented 1 year ago

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() and cv2.merge() for OpenCV's Mat container.

zhanghb97 commented 1 year ago

@meshtag Thanks! ping @NK-MXD @FlagerLee

meshtag commented 9 months ago

What is the status on this? Was there any work done in this direction? (/cc @NK-MXD @FlagerLee )

FlagerLee commented 9 months ago

I'm currently busy on other project and not involved in development of DIP. @meshtag

zhanghb97 commented 9 months ago

@NK-MXD and @FlagerLee have not continued working in this direction.