Find homography in D?

Ferhat Kurtulmuş aferust at gmail.com
Sun Apr 21 16:01:36 UTC 2024


On Sunday, 21 April 2024 at 14:57:33 UTC, Paolo Invernizzi wrote:
> Hi,
>
> Someone can point me to a D implementation of the classical 
> OpenCV find homography matrix?
>
> Thank you,
> Paolo

Kinda some work but it should be doable using DCV and mir.lubeck 
in theory

DCV can compute, not sift or surf b, but similar features 
https://github.com/libmir/dcv/blob/master/examples/features/source/app.d

Lubeck computes singular value decomposition
https://github.com/kaleidicassociates/lubeck

And this method but with mir ndslices

https://medium.com/all-things-about-robotics-and-computer-vision/homography-and-how-to-calculate-it-8abf3a13ddc5






More information about the Digitalmars-d-learn mailing list