xtotdam / cvcutter

Little tool to enhance photos of someone's slides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cvcutter

Usage

Command line tool: python cvcutter.py [folder-with-images-to-cut]

Also jupyter notebook for cool graphics and debug

Dependencies

  • numpy
  • cv2

For .ipynb also matplotlib

Example (from ipyNB)

1

src\2016-03-09 15.14.29.jpg : (1520L, 2688L, 3L) => [10.752 6.08 ]

Trying to fix zeros on 775 :
	[-0.0125      0.          0.00657895]  -> 
	[-1.25000000e-02 -8.22368421e-05  6.57894737e-03]

borders: 6 [0, 526, 775, 844, 1128, 2058]

2

borders: 2 [195, 888]

3 4 5

About

Little tool to enhance photos of someone's slides

License:MIT License


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%Language:Batchfile 0.0%