dcv
dcv copied to clipboard
Computer Vision Library for D Programming Language
We have talked before how this project bears a lot of design mistakes in the API. Now that we've joined it with libmir, I'd strongly suggest we join forces and...
IMO providing good integration with opencv will be key to dcv's success. The idea is to get quickly to a point where dcv has enough features to be useful for...
/Users/timothee/git_clone/D/dcv/source/dcv/io/video/input.d(149,38): Deprecation: function `ffmpeg.libavcodec.avcodec.avpicture_get_size` is deprecated /Users/timothee/git_clone/D/dcv/source/dcv/io/video/input.d(181,34): Deprecation: variable `ffmpeg.libavformat.avformat.AVStream.codec` is deprecated /Users/timothee/git_clone/D/dcv/source/dcv/io/video/input.d(260,33): Deprecation: variable `ffmpeg.libavformat.avformat.AVStream.codec` is deprecated /Users/timothee/git_clone/D/dcv/source/dcv/io/video/input.d(262,37): Deprecation: variable `ffmpeg.libavformat.avformat.AVStream.codec` is deprecated /Users/timothee/git_clone/D/dcv/source/dcv/io/video/input.d(346,27): Deprecation: function `ffmpeg.libavcodec.avcodec.av_free_packet` is deprecated...
related to https://stackoverflow.com/questions/4931376/generating-matplotlib-graphs-without-a-running-x-server matplotlib (and ggplotd) allow drawing graphs without an X-server running (or when X-server would be too slow, eg on a network) would be nice to allow configuring...
this doesn't look very idiomatic, looks more like C-ism. ``` bool imwrite(in string path, size_t width, size_t height, ImageFormat format, BitDepth depth, ubyte[] data); ``` it's so easy to misuse...
Proposition by @9il, started in #62. # Here are the relevant copy/pasted messages: ## **9il:** Do we really need Image type? Why? ## **ljubobratovicrelja:** As said in the [description of...
First point in the file #111 (although this is more for admins)
@9il @ljubobratovicrelja Using dcv inside a dub.json causes a world of pain and breaks often, with weird non-reproducible behaviors; eg you can try with: ``` "dependencies": { "vibe-d": "~>0.7.30", "ggplotd":...
@ljubobratovicrelja what do you think about to create a new repo for new code? This will allow us to do development and review faster.