dcv
dcv copied to clipboard
Use std.color based images type of `Slice!(2, XXX*)`
Benefits:
- Faster iterations (the color dimension becames CT loop).
- Explicit image type system is less buggy for devs and users
- Single conversion shell based on std.color can be used instead of set of conversion.
std.color can be improved to support DCV if it is required. In addition, we can add fastmath to std.color if we want.