dcv
dcv copied to clipboard
imgproc.color should be deprecated
It can be replaced with single template which calls ndslice.algorithm and colour transformations from upcoming Phobos color
module.
Dub: http://code.dlang.org/packages/color Git: https://github.com/TurkeyMan/color Colour thread at forum: https://forum.dlang.org/thread/[email protected]
In addition, color transformation should use 2D representation where color is packed in the last dimension. This will optimise iteration.
Yes, this should definitely be done. This seems like a very powerful library, and dcv should definitely take advantage of it! I'll have to get familiar with it, and see how exactly we can blend it in dcv.
Thanks!
See also https://github.com/libmir/mir/issues/343
see also forum thread