Model Pipeline - Displaying images (cv2.imshow, matplotlib)
This pipeline shows how an image is loaded, processed, and displayed using two common tools: OpenCV's cv2.imshow and Matplotlib's imshow. It helps visualize images during computer vision tasks.