2019-10-19 03:00:52 +05:30
|
|
|
beautifulsoup4
|
|
|
|
fake_useragent
|
Texture analysis using Haralick Descriptors for Computer Vision tasks (#8004)
* Create haralick_descriptors
* Working on creating Unit Testing for Haralick Descriptors module
* Type hinting for Haralick descriptors
* Fixed docstrings, unit testing and formatting choices
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fixed line size formatting
* Added final doctests
* Changed main callable
* Updated requirements.txt
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update computer_vision/haralick_descriptors.py
No! What if the Kernel is empty?
Example:
>>> kernel = np.zeros((1))
>>> kernel or np.ones((3, 3))
array([[1., 1., 1.],
[1., 1., 1.],
[1., 1., 1.]])
Co-authored-by: Christian Clauss <cclauss@me.com>
* Undone wrong commit
* Update haralick_descriptors.py
* Apply suggestions from code review
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix ruff errors in haralick_descriptors.py
* Add type hint to haralick_descriptors.py to fix ruff error
* Update haralick_descriptors.py
* Update haralick_descriptors.py
* Update haralick_descriptors.py
* Update haralick_descriptors.py
* Try to fix mypy errors in haralick_descriptors.py
* Update haralick_descriptors.py
* Fix type hint in haralick_descriptors.py
---------
Co-authored-by: Rafael Zimmer <rzimmerdev@monmo.localdomain>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
2023-09-05 01:04:36 -03:00
|
|
|
imageio
|
2022-02-13 06:57:44 +01:00
|
|
|
keras
|
2020-09-12 01:43:43 +04:30
|
|
|
lxml
|
2019-07-08 17:27:51 +02:00
|
|
|
matplotlib
|
2020-08-06 17:50:23 +02:00
|
|
|
numpy
|
2019-07-10 06:59:39 +02:00
|
|
|
opencv-python
|
|
|
|
pandas
|
2019-07-21 16:03:39 +05:00
|
|
|
pillow
|
2022-10-20 15:57:13 +05:30
|
|
|
projectq
|
2023-10-03 11:17:10 +02:00
|
|
|
qiskit ; python_version < '3.12'
|
|
|
|
qiskit-aer ; python_version < '3.12'
|
2019-08-10 22:48:00 +02:00
|
|
|
requests
|
2022-10-23 23:35:27 +09:00
|
|
|
rich
|
2022-10-15 22:25:38 -07:00
|
|
|
scikit-fuzzy
|
2022-11-08 09:24:21 -08:00
|
|
|
scikit-learn
|
2022-11-01 19:25:39 +00:00
|
|
|
statsmodels
|
2019-07-10 06:59:39 +02:00
|
|
|
sympy
|
2023-10-03 11:17:10 +02:00
|
|
|
tensorflow ; python_version < '3.12'
|
2021-10-26 18:43:23 +05:30
|
|
|
texttable
|
2021-10-26 13:35:13 +05:30
|
|
|
tweepy
|
2020-04-17 07:08:44 +05:30
|
|
|
xgboost
|
2022-10-12 15:19:00 +02:00
|
|
|
yulewalker
|