concepts.gui.opencv_simple.simple_text_visualizer.cv2_simple_pixel_value_visualizer#

cv2_simple_pixel_value_visualizer(image, title=None)[source]#

A simple visualizer for pixel values. The visualizer will display the image and the pixel value at the mouse position.

Parameters:
  • image (ndarray) – the image to be displayed.

  • title (str | None) – the title of the window.