Skip to content

Tutorials on computer vision algorithms & practices: Corner Detection,edge detection, segmentation, object detection, feature matching, facial recognition, OCR, classification, filtering, registration, & motion tracking.

License

Notifications You must be signed in to change notification settings

Chandra-Suryadevara/CVisionHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ComputerVision_Tutorials

Tutorials on computer vision algorithms & practices: Corner Detection,edge detection, segmentation, object detection, feature matching, facial recognition, OCR, classification, filtering, registration, & motion tracking.

To achieve the desired functionality, you can follow these steps:

  1. Create a Virtual Environment:

    • Open your terminal or command prompt.
    • Navigate to the directory where you want to create the virtual environment.
    • Run the following command:
      python -m venv myenv
      
      This will create a virtual environment named myenv.
  2. Activate the Virtual Environment:

    • Depending on your operating system, activate the virtual environment:
      • Windows:
        myenv\Scripts\activate
        
      • Linux/macOS:
        source myenv/bin/activate
        
  3. Install Required Packages:

    • Once the virtual environment is activated, you can install the required packages using pip.
      pip install numpy matplotlib opencv-python
      

About

Tutorials on computer vision algorithms & practices: Corner Detection,edge detection, segmentation, object detection, feature matching, facial recognition, OCR, classification, filtering, registration, & motion tracking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published