Image IO, correlation, PIV, particle tracking tools collection.
Project description
myimagelib
myimagelib is a collection of image analysis code, including particle tracking, PIV, file manipulations and more. These code are initially just for my own convenience. As time goes on, they gradually become an integral part of my daily coding. When I share my code with friends, I always find it a problem when they cannot import in their local environment, and I have to ask them to download the code from my GitHub, or rewrite my code using packages that are already available on PyPI. This has been a PITA for a while, and I realize that it could be useful to make the code available on PyPI, too. So that my friends can download my code with a simple pip install.
I understand that this package consists of code for many different purposes and they are not organized very nicely. It is only intended for people who are going to run my notebooks, but need the functions that I wrote earlier in this library.
Installation
pip install myimagelib
Examples of use
>>> from myimagelib.myImageLib import readdata
>>> readdata(".", "py")
The result is:
Name Dir
0 __init__ C:\Users\liuzy\Miniconda3\envs\testpip\Lib\sit...
1 corrLib C:\Users\liuzy\Miniconda3\envs\testpip\Lib\sit...
2 corrTrack C:\Users\liuzy\Miniconda3\envs\testpip\Lib\sit...
3 deLib C:\Users\liuzy\Miniconda3\envs\testpip\Lib\sit...
4 fit_circle_utils C:\Users\liuzy\Miniconda3\envs\testpip\Lib\sit...
5 miscLib C:\Users\liuzy\Miniconda3\envs\testpip\Lib\sit...
6 myImageLib C:\Users\liuzy\Miniconda3\envs\testpip\Lib\sit...
7 pivLib C:\Users\liuzy\Miniconda3\envs\testpip\Lib\sit...
8 xcorr_funcs C:\Users\liuzy\Miniconda3\envs\testpip\Lib\sit...
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file myimagelib-1.5.3.tar.gz.
File metadata
- Download URL: myimagelib-1.5.3.tar.gz
- Upload date:
- Size: 10.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
953103e3e14a85ce47c97424dd137312f5819aada9e6223f4dc34d78780b0f19
|
|
| MD5 |
0fc0b7adf5770ebbeb7588d2f4248138
|
|
| BLAKE2b-256 |
ae0867ba08f5b0b5089386c91875cbc4ec49ebcc9479be5b0eb8c5580d3232c5
|
File details
Details for the file myimagelib-1.5.3-py3-none-any.whl.
File metadata
- Download URL: myimagelib-1.5.3-py3-none-any.whl
- Upload date:
- Size: 23.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75fb5d734ffbb40b23f221876aa4dec762d79f2d6acfb46daeb7e198c822b3ce
|
|
| MD5 |
ca4205b9d99e2e1ff5d606280708d5cc
|
|
| BLAKE2b-256 |
91ded793b70333e5ca60ada5d33b8a28c1f7a024b443ff577bc1e422da2147d5
|