معرفی شرکت ها


bwtrack-1.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A small particle tracking package that detects black and white particles.
ویژگی مقدار
سیستم عامل -
نام فایل bwtrack-1.4
نام bwtrack
نسخه کتابخانه 1.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Zhengyang Liu <liuzy19911112@gmail.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/bwtrack/
مجوز -
# bwtrack This repo hosts the code for tracking black and white particles in the mini interfacial rheometer developed by my friend Qiaoge. 乔哥牛逼! I've got very timely and insightful feedbacks from Qiaoge, and I'm optimistic that the method here will become useful for other purposes eventually. So I create this repo to record the progress of the core functions. I've always been fascinated about how a software package is made available to users from general public. I have downloaded many Python packages from PyPI. It is part of my habit to check out if there are existing projects that aim to solve my problem, and I'm more than happy to go through the documentations and see if there is a chance to participate in the project. I've also been interested in publishing the code I write for other people to use. This is the key motivation for me to write code in a maintainable way, with clear comments and documentations. I tried to convince other people to try my code, but every time I have a feeling that I'm confusing other people with some functions in my local library, which do not exist on their computer. The problem is, I import my own functions as if they are from available packages, but they are not. For example, I often write in my code ```python from myImageLib import readdata ``` and this almost always cause problem to other people. Because they will get an error "myImageLib not found". Users with some Python experience will try ```console pip install myImageLib ``` only to find there is no package called this. Then they come ask me, and I explain them: you need to go to my GitHub and download this piece of code to your computer, and set this directory as your Python path. Not many steps, but can be confusing at each step, and ... not easy. Imagine, if I can make myImageLib a PyPI package, and state it as a requirement of other code I give to users, things can be much more straightforward! So this code, along with myImageLib, will be the first package I'm going to publish. The goal is to make it downloadable through `pip`, and work properly right after downloading.


نیازمندی

مقدار نام
- matplotlib
- myimagelib
- numpy
- pandas
- scikit-image
- scipy


زبان مورد نیاز

مقدار نام
>=3.9 Python


نحوه نصب


نصب پکیج whl bwtrack-1.4:

    pip install bwtrack-1.4.whl


نصب پکیج tar.gz bwtrack-1.4:

    pip install bwtrack-1.4.tar.gz