https://github.com/mhsattarian/computer-vision-practices
Small projects and implementations to practice computer vision
https://github.com/mhsattarian/computer-vision-practices
computer-vision opencv python
Last synced: 2 months ago
JSON representation
Small projects and implementations to practice computer vision
- Host: GitHub
- URL: https://github.com/mhsattarian/computer-vision-practices
- Owner: mhsattarian
- Created: 2019-03-01T17:08:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T19:48:56.000Z (about 7 years ago)
- Last Synced: 2025-06-01T04:19:43.713Z (about 1 year ago)
- Topics: computer-vision, opencv, python
- Language: Python
- Size: 7.77 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Computer Vision Practices
Simple projects and implementations for practicing computer vision. mostly using `python` with `opencv` package.
---
## Bit Plane Slicing
Extracting each bit of each pixel of an image, creating 8 images (assuming 8-bit colors for each pixel), each containing only the value of one bit order.

also check what happens if we choose n high-order bits of an image:
> from the [Steganography](https://github.com/mhsattarian/steganography) repository:
