https://github.com/radinshahdaei/asm-imageprocessor
Custom convolution program written with x86 assembly.
https://github.com/radinshahdaei/asm-imageprocessor
java shell x86-assembly
Last synced: 7 months ago
JSON representation
Custom convolution program written with x86 assembly.
- Host: GitHub
- URL: https://github.com/radinshahdaei/asm-imageprocessor
- Owner: radinshahdaei
- Created: 2024-02-11T10:04:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-04T11:55:36.000Z (about 1 year ago)
- Last Synced: 2025-01-28T05:44:30.536Z (8 months ago)
- Topics: java, shell, x86-assembly
- Language: Assembly
- Homepage:
- Size: 1.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assembly Image Processor
This repository contains the project for the Computer Structure and Language course in the Fall 2023 semester. In this project, a convolution is performed between a custom kernel and an image. For usage, just run the `convolution.sh` script located in the `Convolution` folder. Take notice that this project only works on X86 machines.