Project Concept
cv2_simple_pixel_value_visualizer()
A simple visualizer for pixel values. The visualizer will display the image and the pixel value at the mouse position.
image (ndarray) – the image to be displayed.
title (str | None) – the title of the window.