A general random sample consensus (RANSAC) package
Project description
# pyransac package This package is a general random sample consensus (RANSAC) framework. For convenience, some data models (such as a straight line) are already provided. However, you are free to define your own data models to remove outliers from arbitrary data sets using arbitrary data models.
# General usage There are two main components to this package: the RANSAC estimator and a data model. When calling the estimation function find_inliers, you need to specify the model to which you expect your data to fit.
A data model is class containing the model parameters and an error function against which you can test your data. Each data model must implement the interface defined by the Model base class. In other words, you need to implement the make_model and calc_error functions.
Additionally, you need to provide parameters for the RANSAC algorithm. These parameters are contained in the RansacParams class.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyransac-1.0.2.tar.gz
.
File metadata
- Download URL: pyransac-1.0.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 737a681bdb7e59100f057e4a751c0ec5c4a8713e991a110e593d4677d6e692c6 |
|
MD5 | 34070f68bf868f5222d3642d368dc6b6 |
|
BLAKE2b-256 | 88e8e2c1df74232886d19ea94dcf75b8c208b57d2b81087fd6d582401f730da5 |
File details
Details for the file pyransac-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: pyransac-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66205d09b28aa049c6d47ee48a6fc07667b10e8f2b7cf0d76149b06bcc01100d |
|
MD5 | df24a183422a56ad47e41e69f9aab6e4 |
|
BLAKE2b-256 | 1764059ce7f3285b0363b5ddcfed94067d986d52dcf6373afb1739749b8498d9 |