Create a GitHub profile picture using Python's OpenCV package. The project utilizes various image processing methods:
- Conversion to black-and-white;
- Global thresholding;
- Adaptive Mean Thresholding;
- Adaptive Gaussian Thresholding.
The final profile picture uses the Adaptive Gaussian Thresholding.