Thread overview
DCV has a new release.
May 20, 2024
Ferhat Kurtulmuş
May 20, 2024
Andrea Fontana
May 20, 2024
Mike Shah
May 20, 2024

I've been working on DCV for some years. Recently, DCV has started to be used by some projects, such as etichetta[1]. Even though it's still far from perfect, I think DCV deserves a new version. Existing unit tests pass. New ones are also necessary. Docs are produced for most functions.

Here it is
https://github.com/libmir/dcv/releases/tag/v0.4.0

And here are some fun examples:

panorama stitching:
https://github.com/libmir/dcv/tree/master/examples/imagestitchinghomography

Binary region analysis:
https://github.com/libmir/dcv/tree/master/examples/measure

Video input:
https://github.com/libmir/dcv/blob/master/examples/video/source/app.d

Basic image manipulation:
https://github.com/libmir/dcv/blob/master/examples/imgmanip

1: https://github.com/trikko/etichetta

May 20, 2024

On Monday, 20 May 2024 at 11:47:25 UTC, Ferhat Kurtulmuş wrote:

>

I've been working on DCV for some years. Recently, DCV has started to be used by some projects, such as etichetta[1]. Even though it's still far from perfect, I think DCV deserves a new version. Existing unit tests pass. New ones are also necessary.

Great!

With your help etichetta would never have been able to use the AI.

I hope DCV will continue evolving. :)

Andrea

May 20, 2024

On Monday, 20 May 2024 at 11:47:25 UTC, Ferhat Kurtulmuş wrote:

>

I've been working on DCV for some years. Recently, DCV has started to be used by some projects, such as etichetta[1]. Even though it's still far from perfect, I think DCV deserves a new version. Existing unit tests pass. New ones are also necessary. Docs are produced for most functions.

Here it is
https://github.com/libmir/dcv/releases/tag/v0.4.0

And here are some fun examples:

panorama stitching:
https://github.com/libmir/dcv/tree/master/examples/imagestitchinghomography

Binary region analysis:
https://github.com/libmir/dcv/tree/master/examples/measure

Video input:
https://github.com/libmir/dcv/blob/master/examples/video/source/app.d

Basic image manipulation:
https://github.com/libmir/dcv/blob/master/examples/imgmanip

1: https://github.com/trikko/etichetta

Well done Ferhat!