[scikit-image] robust epipolar geometry estimation with ransac

2018-03-19 Thread martin sladecek
Hello, I'm having trouble achieving robust performance with `skimage.measure.ransac` when estimating fundamental matrix for a pair of images. I'm seeing highly varying results with different random seeds when compared to OpenCV's `findFundamentalMatrix`. I'm running both skimage's and opencv

Re: [scikit-image] robust epipolar geometry estimation with ransac

2018-03-21 Thread martin sladecek
runs of skimage? Generally, I’m concerned about whether the parameters are really the same. I couldn’t find an API reference for cv2 so I couldn’t check for differences. Can you point me to how you set up the cv2 ransac parameters? Thanks, Juan. On 19 Mar 2018, 1:03 PM -0400, martin sla

Re: [scikit-image] arch linux install ?

2018-04-14 Thread martin sladecek
Hi Julien, there indeed are other ways of managing python on your system, and the best one is probably conda. https://conda.io/docs/ One of the most useful features of conda is that it separates your system python (packages installed by pacman as dependencies for other programs) and your us