Re: Centroid tracking using DCV

2023-06-23 Thread Dmitry Olshansky via Digitalmars-d-announce
On Friday, 23 June 2023 at 07:26:03 UTC, Ferhat Kurtulmuş wrote: On Friday, 23 June 2023 at 05:07:26 UTC, Dmitry Olshansky wrote: On Wednesday, 15 February 2023 at 17:32:33 UTC, Ferhat Kurtulmuş wrote: [...] Cool stuff! I once contributed Randomized Hough transform to DCV. [...] Hello

Re: Centroid tracking using DCV

2023-06-23 Thread Ferhat Kurtulmuş via Digitalmars-d-announce
On Friday, 23 June 2023 at 05:07:26 UTC, Dmitry Olshansky wrote: On Wednesday, 15 February 2023 at 17:32:33 UTC, Ferhat Kurtulmuş wrote: I heard you are not having fun enough with d today. Do you know you can do things like this with dlang now? After some fiddling with it, my last commits

Re: Centroid tracking using DCV

2023-06-23 Thread Ferhat Kurtulmuş via Digitalmars-d-announce
On Friday, 23 June 2023 at 02:16:49 UTC, Ki Rill wrote: On Wednesday, 15 February 2023 at 17:32:33 UTC, Ferhat Kurtulmuş wrote: [...] I am facing strange ffmpeg errors on Windows. It fails to read a frame. Do you have any ideas how to solve it? [...] I am typing those via my phone, and

Re: Centroid tracking using DCV

2023-06-22 Thread Dmitry Olshansky via Digitalmars-d-announce
On Wednesday, 15 February 2023 at 17:32:33 UTC, Ferhat Kurtulmuş wrote: I heard you are not having fun enough with d today. Do you know you can do things like this with dlang now? After some fiddling with it, my last commits made this possible. Cool stuff! I once contributed Randomized Hough

Re: Centroid tracking using DCV

2023-06-22 Thread Ki Rill via Digitalmars-d-announce
On Wednesday, 15 February 2023 at 17:32:33 UTC, Ferhat Kurtulmuş wrote: I heard you are not having fun enough with d today. Do you know you can do things like this with dlang now? After some fiddling with it, my last commits made this possible. how it looks like:

Re: Centroid tracking using DCV

2023-02-28 Thread Ferhat Kurtulmuş via Digitalmars-d-announce
On Tuesday, 28 February 2023 at 12:29:05 UTC, Sergey wrote: On Tuesday, 28 February 2023 at 12:08:14 UTC, Ferhat Kurtulmuş wrote: On Wednesday, 15 February 2023 at 17:32:33 UTC, Ferhat Kurtulmuş wrote: I heard you are not having fun enough with d today. Hello everyone, We have mir.ndslice

Re: Centroid tracking using DCV

2023-02-28 Thread Sergey via Digitalmars-d-announce
On Tuesday, 28 February 2023 at 12:08:14 UTC, Ferhat Kurtulmuş wrote: On Wednesday, 15 February 2023 at 17:32:33 UTC, Ferhat Kurtulmuş wrote: I heard you are not having fun enough with d today. Hello everyone, We have mir.ndslice and dcv, and then we should be able to run, for instance,

Re: Centroid tracking using DCV

2023-02-28 Thread Ferhat Kurtulmuş via Digitalmars-d-announce
On Wednesday, 15 February 2023 at 17:32:33 UTC, Ferhat Kurtulmuş wrote: I heard you are not having fun enough with d today. Hello everyone, I was looking for ways to run pre-trained DCNN models (inference) using D. I then ran across onnxruntime, which has a c API. Luckily, it has a bindbc

Re: Centroid tracking using DCV

2023-02-28 Thread Ferhat Kurtulmuş via Digitalmars-d-announce
On Wednesday, 15 February 2023 at 17:32:33 UTC, Ferhat Kurtulmuş wrote: I heard you are not having fun enough with d today. Do you know you can do things like this with dlang now? After some fiddling with it, my last commits made this possible. how it looks like:

Re: Centroid tracking using DCV

2023-02-17 Thread ryuukk_ via Digitalmars-d-announce
That's pretty cool, thanks for sharing!

Re: Centroid tracking using DCV

2023-02-16 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 15 February 2023 at 17:32:33 UTC, Ferhat Kurtulmuş wrote: I heard you are not having fun enough with d today. Do you know you can do things like this with dlang now? After some fiddling with it, my last commits made this possible. how it looks like:

Centroid tracking using DCV

2023-02-15 Thread Ferhat Kurtulmuş via Digitalmars-d-announce
I heard you are not having fun enough with d today. Do you know you can do things like this with dlang now? After some fiddling with it, my last commits made this possible. how it looks like: https://www.youtube.com/watch?v=ACC_-TDAtqc source code: