yao2030 / SwiftImageProcessor

Image processor implemented by Metal. Color conversion, Edge detection and Smoothing.

Home Page:https://medium.com/@yuyaHorita/swift-metal-image-processing-75f1c2342306

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftImageProcessor

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

You can see the mechanism is 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

About

Image processor implemented by Metal. Color conversion, Edge detection and Smoothing.

https://medium.com/@yuyaHorita/swift-metal-image-processing-75f1c2342306

License:MIT License


Languages

Language:Metal 57.0%Language:Swift 41.9%Language:C 1.0%