rpautrat / homography_est

Light-weight library to perform homography estimation with RANSAC from point, line or point-line correspondences
MIT License
40 stars 6 forks source link

How can I use this library in windows? #4

Open IdanBibi opened 1 month ago

IdanBibi commented 1 month ago

Hi, I want to use this library in Windows. How can I install it?

rpautrat commented 1 month ago

Hi, we don't provide support for Windows, but maybe you can use WSL to simulate a Linux environment?

IdanBibi commented 1 month ago

I am using a stand alone computer so I can try. Do you know how can I install the dependencies of ceres-solver and eigen on the stand alone?

rpautrat commented 1 month ago

If you use WSL, you can simply follow the instructions of both libraries, this should work.

IdanBibi commented 1 month ago

Ok I will try thanks you