Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulBasic committed Feb 25, 2021
1 parent f724557 commit d78e76e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# **SpotDetector**

### 基于openCV和Qt的视频光斑中心动态监测程序



### 功能

该程序可分析图片、视频、摄像头等数据源中的图像,并将图像中的类圆形(椭圆)光斑锁定,并标记光斑中心位置,输出光斑中心的绝对、相对坐标(设置自定义标靶位置),并保存视频、图片、数据日志。



### 构建环境

该程序的构建环境为Windows 10 + Visual Studio 2017 + Qt 5.14 + openCV 3.4.1



### 示例

构建并编译程序,打开程序,读入视频源,根据视频源中的实际情况,检测出光斑所在位置。

0 comments on commit d78e76e

Please sign in to comment.