Python/computer_vision
pre-commit-ci[bot] 4fe50bc1fc
[pre-commit.ci] pre-commit autoupdate -- ruff 2025 stable format (#12521)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.6...v0.9.1)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update maths/dual_number_automatic_differentiation.py

* Update maths/dual_number_automatic_differentiation.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update dual_number_automatic_differentiation.py

* Update dual_number_automatic_differentiation.py

* No <fin-streamer> tag with the specified data-test attribute found.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2025-01-13 21:52:12 +01:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
cnn_classification.py [pre-commit.ci] pre-commit autoupdate (#11380) 2024-04-22 21:43:19 +02:00
flip_augmentation.py [pre-commit.ci] pre-commit autoupdate -- ruff 2025 stable format (#12521) 2025-01-13 21:52:12 +01:00
haralick_descriptors.py Upgrade to Python 3.13 (#11588) 2024-09-30 23:01:15 +02:00
harris_corner.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
horn_schunck.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
intensity_based_segmentation.py Intensity_based_Segmentation (#12491) 2024-12-30 16:12:04 +01:00
mean_threshold.py Rename harriscorner.py to harris_corner.py (#4470) 2021-05-31 21:19:09 +05:30
mosaic_augmentation.py [pre-commit.ci] pre-commit autoupdate -- ruff 2025 stable format (#12521) 2025-01-13 21:52:12 +01:00
pooling_functions.py Adding Pooling Algorithms (#5826) 2021-11-16 23:58:47 +01:00
README.md Remove inaccessible URL in computer_vision/README.md (#12383) 2024-12-28 01:22:07 -08:00

Computer Vision

Computer vision is a field of computer science that works on enabling computers to see, identify and process images in the same way that human does, and provide appropriate output.

It is like imparting human intelligence and instincts to a computer. Image processing and computer vision are a little different from each other. Image processing means applying some algorithms for transforming image from one form to the other like smoothing, contrasting, stretching, etc.

While computer vision comes from modelling image processing using the techniques of machine learning, computer vision applies machine learning to recognize patterns for interpretation of images (much like the process of visual reasoning of human vision).