Skip to content

uses OpenCV to split a scan of many cards into individual card files

Notifications You must be signed in to change notification settings

andresmonc/card-imaging-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

card-imaging-script

This script detects playing cards against a black background and splits them out into multiple organized front/back(A/B) image files.

How to Use

  • Place the 2 scans (front/back) in input
  • Run the script
  • Enjoy your split photos (saved in output)

How to Build

  • install pyinstaller
  • run command below in cardimaging directory pyinstaller --onefile --paths=C:\Users\Andresmonc\PycharmProjects\card-imaging-script\venv\Lib\site-packages .\main.py

About

uses OpenCV to split a scan of many cards into individual card files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages