-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
|
||
### 示例 | ||
|
||
构建并编译程序,打开程序,读入视频源,根据视频源中的实际情况,检测出光斑所在位置。 | ||
|