https://github.com/peterdee/delphi-laplasian-filter
Linear Laplasian filter implementation with Delphi
https://github.com/peterdee/delphi-laplasian-filter
delphi filtering image-processing laplasian
Last synced: 3 months ago
JSON representation
Linear Laplasian filter implementation with Delphi
- Host: GitHub
- URL: https://github.com/peterdee/delphi-laplasian-filter
- Owner: peterdee
- Created: 2020-06-09T10:29:31.000Z (about 6 years ago)
- Default Branch: stage
- Last Pushed: 2020-06-09T12:15:51.000Z (about 6 years ago)
- Last Synced: 2025-01-21T10:11:17.286Z (over 1 year ago)
- Topics: delphi, filtering, image-processing, laplasian
- Language: Pascal
- Homepage:
- Size: 861 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Linear Laplacian filter implementation with Delphi
This application demonstrates Laplacian filtering.
Created with Borland Delphi back in 2013, updated with Embarcadero RAD Studio 10.

Works with `BMP` files.
Please notice, **it's very slow**, since it processes the image pixel by pixel.
Compiled binary is included, see the [LinearLaplasianFilter.7z](LinearLaplasianFilter.7z) file.
### Instructions
- Click `Open BMP file` to open the file.
- Click `Use filter` to apply the filtering.
### Requirements
**OS**: Windows 10 x32 / x64 (to run the compiled binary).
**IDE**: Embarcadero RAD Studio 10