An open API service indexing awesome lists of open source software.

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

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.

![](Bit Plane Slicing/montage.png)

also check what happens if we choose n high-order bits of an image:

> from the [Steganography](https://github.com/mhsattarian/steganography) repository:

![](https://raw.githubusercontent.com/mhsattarian/steganography/master/Images/extracted_images/montage.png)