ニュース

Convert BGR → RGB for correct visualization. Convert RGB → Grayscale. Display original vs grayscale images side by side. Print image shape and pixel values for analysis.
This repository contains a Python script for basic digital image processing tasks using OpenCV and Matplotlib. The script allows you to: Convert an RGB image to Grayscale (with three different logic ...