Skip to content

VadimCurca/ComputerVision-X86Assembly

Repository files navigation

In this project I implement Sobel edge detection algorithm in C and X86 assembly.

Build and run:

nasm -f elf32 sobel.asm -o sobel.o
gcc -m32 -Wall sobel.c sobel.o -o sobel -lm -O3
./sobel

Demo input

playground_1920x1080_P400

Demo output

expected_output_playground_1920x1080_P400

About

A repository for computer vision algorithms implemented in asm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •