Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
237005722 committed Nov 15, 2024
2 parents fe4da6d + 4408d24 commit 6c81d9e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 28 deletions.
54 changes: 30 additions & 24 deletions README.en.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,42 @@
# studentPhotoCollection
#studentPhotoCollection

#### Description
学生照片信息采集
#### introduce

Student photo information collection

#### latest installation package

Baidu cloud link: https://pan.baidu.com/s/1G6BQQ4VizUhmt3sEY1bjsA?pwd=dac2
Extraction code: dac2

#### Software Architecture
Software architecture description

#### Installation
1. C# development


#### Installation Tutorial

1. Visual Studio C#

1. xxxx
2. xxxx
3. xxxx

#### Instructions

1. xxxx
2. xxxx
3. xxxx
#### Debugging issues

#### Contribution
Regarding the problem that the key file "StudentPhotoCollection_TemporaryKey.pfx" could not be obtained:

1. Fork the repository
2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request
1. Right-click project properties;
2. Select Signature;
3. Create a test certificate;
4. Check "Sign the assembly";
5. Select the newly created key file in the optional drop-down list;
6. Right-click the project to rebuild the solution;
7. debug, start


#### Gitee Feature
#### Instructions for use

1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
4. The most valuable open source project [GVP](https://gitee.com/gvp)
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
1. Student photo information collector, support USB camera, notebook camera to take pictures;
2. Automatic face recognition frame selection, photos can be automatically cropped;
3. Upload an Excel custom data template, and select any worksheet as the data source;
4. You can customize the photo save path and photo name;
5. You can check the photo result each time, allow to take pictures again, preview the photos, and export the data to Excel after the collection is completed.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#### 最新安装包

百度云链接: https://pan.baidu.com/s/1iICIfnQCkJPVxTONXJ7qsg
提取码:xnsn
迅雷云链接:[https://pan.xunlei.com/s/VO8ekPapoI-hLZkgxKWnAC6cA1?pwd=8thg#](https://pan.xunlei.com/s/VO8ekPapoI-hLZkgxKWnAC6cA1?pwd=8thg#)
提取码:8thg

#### 软件架构

Expand Down Expand Up @@ -40,5 +40,3 @@
3. 上传Excel自定义数据模板,可选择任意工作表作为数据源;
4. 可自定义选择照片保存路径和照片名;
5. 每次可以检查拍照结果允许重新拍照,可预览照片,采集完成后可导出数据到Excel。

6. csdn安装包下载地址:https://download.csdn.net/download/u012663281/11756557

0 comments on commit 6c81d9e

Please sign in to comment.