# measuring_dimensions **Repository Path**: BigQuill/measuringdimensions ## Basic Information - **Project Name**: measuring_dimensions - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-08 - **Last Updated**: 2021-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 利用 opencv 检测照片中的物体 检测出图片中的物体,并标记出特征点(cornets,最上下左右点,最大内接矩形,最小外接矩形) ## 包要求 Python 3 Pip OpenCV Numpy ## 安装 * Mac silicon * 安装 conda * conda install opencv * 其他平台 - pip install numpy - pip install opencv-python