https://github.com/nbtca/photo-organize
https://github.com/nbtca/photo-organize
golang opencv
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nbtca/photo-organize
- Owner: nbtca
- Created: 2024-06-12T14:14:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T13:40:16.000Z (about 2 years ago)
- Last Synced: 2025-05-16T17:44:47.454Z (about 1 year ago)
- Topics: golang, opencv
- Language: Go
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# photo-organize
A tool for delivering photos to clients.
Assume we have a list of photos ordered by time, every group's first and last photo should contains a QR Code with same content as group id. This tool will read and group all photos, then upload them to OSS.
```
// group 1
1.1.jpg
1.2.jpg
1.3.jpg
1.4.jpg
// group 2
2.1.jpg
2.2.jpg
2.3.jpg
2.4.jpg
```