Centroid tracking using DCV

Ferhat Kurtulmuş aferust at gmail.com
Fri Jun 23 07:26:03 UTC 2023


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 made this possible.
>
> Cool stuff! I once contributed Randomized Hough transform to 
> DCV.
>
>> how it looks like: https://www.youtube.com/watch?v=ACC_-TDAtqc
>> source code: 
>> https://github.com/aferust/oclcv/tree/main/examples/centroidtracking
>> DCV: https://github.com/libmir/dcv
>>
>> Sorry for the potato-quality video. My art director is on 
>> vacation.
>>
>> I am cheating a little with OpenCL since things are not fast 
>> enough at the moment.
>>
>> Hope you like it.
>>
>> Enjoy!

Hello Dmitry,

Can you please take a look at the RHT test code? And please 
review my modifications on your code due to API changes over 
time. The circles are not detected in the RHT example at the 
moment. Maybe I broke something while doing things nog.

https://github.com/libmir/dcv/blob/master/examples/rht/source/app.d


https://github.com/libmir/dcv/blob/master/source/dcv/features/rht.d




More information about the Digitalmars-d-announce mailing list