29 lines
1.0 KiB
Markdown
29 lines
1.0 KiB
Markdown
# find-a-different-card <br>24/10/09 한글날 기념 금융어플 Toss의 틀린 글자 찾기 이벤트를 위한 단기성 프로젝트
|
|
|
|
너무 작은 픽셀 차이 및 저조한 해상도로 인하여 틀린글자찾기 이벤트는 결국 실패하였지만<br>
|
|
실시간 화면 추적 및 영상처리 기능 구현은 나중에 어디 또 써먹을 곳이 많을 것 같다.
|
|
|
|
## Prerequisites
|
|
- Python 3.12.1 (I used 'pyenv')
|
|
- npm
|
|
- opencv-python
|
|
- numpy
|
|
- pywinauto (get size&coodrs of windows)
|
|
- mss (real-time capture with given coords)
|
|
- skimage (optional)
|
|
- ...
|
|
- Mobile screen mirroring program (I used 'link to windows')
|
|
|
|
|
|
## Usage
|
|
To run the code:
|
|
1. edit value of ```target_window = "S22 Ultra"``` to you'r windows title track to
|
|
2. Run or optimizing some CV parameters
|
|
|
|

|
|
|
|
## Contributing
|
|
Feel free to contribute to this project by opening issues or pull requests. Any feedback or suggestions are welcome!
|
|
|
|
## License
|
|
This project is licensed under the MIT License. |