Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 803 Bytes

README.md

File metadata and controls

43 lines (23 loc) · 803 Bytes

SwiftImageProcessor

This is a sample project for image processing by Metal. Can try on macOS.

You can see the mechanism here

Edge Detection

Input image.

lena

Derivatives

lena_derivatives

Laplace

lena_laplace

Smoothing

Input image.

landscape

Gaussian

landscape_derivatives

Bilateral

landscape_laplace

Beauty

Reference: here

Input image.

Original

Beauty

Beauty