# OpenCV_template **Repository Path**: SUSTECH_RM_VISION_GROUP/OpenCV_template ## Basic Information - **Project Name**: OpenCV_template - **Description**: a template of opencv based on c++ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: 2.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-07-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenCV-VSCode-template a template to build a OpenCV project in VScode, which will build the project with the name of your workspace root name. run the following command **in terminal** to use the project: ```bash git clone ${substitude_with_the_repository_path} cd OpenCV-VSCode-template mkdir bulid code . ``` then press `F5` **twice** to launch the project.(The first prompt for an error is normal)