/OpenCV-Learning

Learning OpenCV from Strach

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Learning OpenCV from Strach

SLAM

Project Overview

Project Instruction

Instruction

  1. Clone the repository and navigate to the downloaded folder.

    	git clone https://github.com/Lynchez/OpenCV-Learning
    	cd OpenCV-Learning
    
  2. Install opencv

    	pip install opencv-python
    
    	conda install -c conda-forge opencv