Installing OpenCV

  1. install opencv for python

    sudo apt update
    sudo apt install -y python3-opencv
    # may be done already depending on what you installed.
    #sudo apt install -y ros-melodic-cv-bridge
    
  2. other installs:

references