DCV v0.2.0 - adaptation to the new ndslice
Relja Ljubobratovic via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Wed Mar 1 09:10:10 PST 2017
Hi everyone,
I wanted to let you know that we've released new version of
DCV[1], an open source computer vision library, written in D
programming language, with goal to provide tools for solving most
common computer vision problems - various image processing tasks,
feature detection and tracking, camera calibration, stereo etc.
Major change in this one is the integration of new ndslice
package[2], Ilya Yaroshenko has been working on for past couple
of months.
These major API braking changes have initiated following
refactoring of the library[3]. We've recognized some critical
design errors, and until those are sorted out, we've paused the
implementation of new features. But, with help of more
experienced colleagues at libmir org[4], hopefully we'll soon
have a stable API, upon which we'll safely build new computer
vision algorithms.
Best regards,
Relja
[1] https://github.com/libmir/dcv
[2] https://github.com/libmir/mir-algorithm
[3] https://github.com/libmir/dcv/issues/87
[4] https://github.com/libmir
More information about the Digitalmars-d-announce
mailing list