https://github.com/pandh4cker/bmp-processing
BMP Processing program implementing 2D Convolution and transforming filters
https://github.com/pandh4cker/bmp-processing
bmp canny-edge-detection convolution edge-enhancement filters grayscale middleware png processing transformers
Last synced: 2 months ago
JSON representation
BMP Processing program implementing 2D Convolution and transforming filters
- Host: GitHub
- URL: https://github.com/pandh4cker/bmp-processing
- Owner: PandH4cker
- Created: 2021-01-05T18:18:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T21:22:07.000Z (over 4 years ago)
- Last Synced: 2025-03-11T12:38:13.592Z (7 months ago)
- Topics: bmp, canny-edge-detection, convolution, edge-enhancement, filters, grayscale, middleware, png, processing, transformers
- Language: Python
- Homepage:
- Size: 7.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMP Processing
## TD1: BMP Reader
In this part I made up a Reader for the Header of BMP files.
The size of a BMP Header is 54 bytes and I have been used the documentation for [reading this header](http://www.fastgraph.com/help/bmp_header_format.html).