Skip to content

Commit 03eb521

Browse files
committed
updated workflows
1 parent 1bd509c commit 03eb521

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Build
22

33
on:
44
push:

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: Publish release
2-
1+
name: Release
32
on:
43
push:
54
tags:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# OpenCL-Development: Real-time Image Processing
2+
3+
[![Build](https://github.com/Arief-AK/OpenCL-Development-Real-time-Image-Processing/actions/workflows/ci.yml/badge.svg)](https://github.com/Arief-AK/OpenCL-Development-Real-time-Image-Processing/actions/workflows/ci.yml) [![Release](https://github.com/Arief-AK/OpenCL-Development-Real-time-Image-Processing/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/Arief-AK/OpenCL-Development-Real-time-Image-Processing/actions/workflows/release.yml)
4+
25
Application of OpenCL for real-time image processing on embedded hardware. This work demonstrates the development of image processing methods such as grayscale conversion, edge-detection, and Gaussian blur. The outcome of this project is to highlight OpenCL's praticality for real-world scenarios.
36

47
<p align="center">

0 commit comments

Comments
 (0)