Matlab's cpselect alternative for Python
Project description
cpselect
Continuation of the cpselect project from Tobias Hoffmann
Does not exactly the same as cpselect does in MATLAB, but similar.
Prerequisites
You will need to have the following packages installed:
- matplotlib (tested with 3.0.1)
- Pillow (tested with 5.3.0)
- PyQt5 (tested with 5.11.3)
Installing and import
Install the package using pip (since cpselect
is already taken, I have opted for cpselect2
)
pip install cpselect2
and import it with
from cpselect.cpselect import cpselect
Using cpselect
Just call function cpselect
. The function takes two inputs, two strings with the path to your pictures.
controlpointlist = cpselect("path/to/image1", "path/to/image2")
It will return a list object, which contains a dictionary for each control point.
[
{
'point_id': 1,
'img1_x': 1060.4614978873824,
'img1_y': 1152.554044351164,
'img2_x': 136.567465687222,
'img2_y': 1095.033125293419,
}
{
'point_id': 2,
'img1_x': 1681.815230178675,
'img1_y': 727.6577421225597,
'img2_x': 1378.2481704454449,
'img2_y': 101.68856148684131,
}
]
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
cpselect2-1.0.4.tar.gz
(15.4 kB
view hashes)
Built Distribution
cpselect2-1.0.4-py3-none-any.whl
(16.7 kB
view hashes)
Close
Hashes for cpselect2-1.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71bcd6f1959ea3d8172405351c14da8d89debc086145e92270a6e11b904c9350 |
|
MD5 | 1e10b96b171baff847c67ca077dcf741 |
|
BLAKE2b-256 | 4bccab737dddab983352c3116f457ba904bc3f1787dfae4e6ed640824714be9b |