Simple python tool that generates a 'Movie Barcode' creating for every frame a column of pixels where every pixel is the average color of every pixels on that exactly frame's row.
Go to file
Carmelo Sarta 2490642701
Update Barcode_Generator.py
2019-09-26 17:12:58 +02:00
Examples Add files via upload 2019-09-26 16:52:41 +02:00
Barcode_Generator.py Update Barcode_Generator.py 2019-09-26 17:12:58 +02:00
README.md Update README.md 2019-09-26 17:04:38 +02:00

README.md

Movie Barcode Generator

Simple python tool that generates a 'Movie Barcode' creating for every frame a column of pixels where every pixel is the average color of every pixels on that exactly frame's row.

Libraries used:

  • cv2
  • numpy
  • PIL