# OpencvViewer **Repository Path**: liyunxin_codinghub/OpencvViewer ## Basic Information - **Project Name**: OpencvViewer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一个简单的使用OpenCV的图片查看器OpencvViewer =>平台:linux =>依赖:opencv4 安装 ```shell mkdir build && cd build cmake .. make -j8 sudo make install ``` 使用 ```shell OpencvViewer img_file ```