www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DCV has a new release.

reply Ferhat =?UTF-8?B?S3VydHVsbXXFnw==?= <aferust gmail.com> writes:
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
next sibling parent Andrea Fontana <nospam example.com> writes:
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
prev sibling parent Mike Shah <mshah.475 gmail.com> writes:
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!
May 20