An open API service indexing awesome lists of open source software.

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

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.

![Application](application.png)

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