Python wrapper of Enric Meinhardt's RANSAC implementation
Project description
RANSAC
Python wrapper around Enric Meinhardt's C implementation of RANSAC distributed in imscript.
Installation
The ransac
Python package can be installed from PyPI with
pip install ransac
Alternatively, it can be installed from sources in editable mode with
git clone https://github.com/cmla/ransac
cd ransac
pip install -e .
Usage
import numpy as np
import ransac
matches = np.loadtxt("tests/data/matches.txt")
inliers, F = ransac.find_fundamental_matrix(matches)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ransac-1.0.4.tar.gz
(31.6 kB
view details)
File details
Details for the file ransac-1.0.4.tar.gz
.
File metadata
- Download URL: ransac-1.0.4.tar.gz
- Upload date:
- Size: 31.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 625555f943962ed734ea1977c241f0013d6e4bb2e24080019a6e1d2838d909aa |
|
MD5 | 9eb7b15a99e8f35e30cfb704925204e9 |
|
BLAKE2b-256 | 25338940618fdf9738aea39734cc8ad9da417a2869f10240d484726ae5087fd7 |