2019-10-18 21:30:52 +00:00
|
|
|
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 04:04:36 +00:00
|
|
|
imageio
|
2023-10-14 20:08:52 +00:00
|
|
|
keras ; python_version < '3.12'
|
2020-09-11 21:13:43 +00:00
|
|
|
lxml
|
2019-07-08 15:27:51 +00:00
|
|
|
matplotlib
|
2020-08-06 15:50:23 +00:00
|
|
|
numpy
|
2019-07-10 04:59:39 +00:00
|
|
|
opencv-python
|
|
|
|
pandas
|
2019-07-21 11:03:39 +00:00
|
|
|
pillow
|
2023-10-14 20:08:52 +00:00
|
|
|
# projectq # uncomment once quantum/quantum_random.py is fixed
|
2023-10-03 09:17:10 +00:00
|
|
|
qiskit ; python_version < '3.12'
|
|
|
|
qiskit-aer ; python_version < '3.12'
|
2019-08-10 20:48:00 +00:00
|
|
|
requests
|
2022-10-23 14:35:27 +00:00
|
|
|
rich
|
2023-10-14 20:08:52 +00:00
|
|
|
# scikit-fuzzy # uncomment once fuzzy_logic/fuzzy_operations.py is fixed
|
2022-11-08 17:24:21 +00:00
|
|
|
scikit-learn
|
2022-11-01 19:25:39 +00:00
|
|
|
statsmodels
|
2019-07-10 04:59:39 +00:00
|
|
|
sympy
|
2023-10-03 09:17:10 +00:00
|
|
|
tensorflow ; python_version < '3.12'
|
2021-10-26 08:05:13 +00:00
|
|
|
tweepy
|
2020-04-17 01:38:44 +00:00
|
|
|
xgboost
|
2023-10-14 20:08:52 +00:00
|
|
|
# yulewalker # uncomment once audio_filters/equal_loudness_filter.py is fixed
|