C implementation of the Sobel and Robert's Cross edge detection algorithms.
-
Updated
Aug 25, 2015 - C
C implementation of the Sobel and Robert's Cross edge detection algorithms.
Pure C image processing library - Learn DFT/FFT, convolution, edge detection from scratch. Zero dependencies, perfect for embedded systems.
This is small image processing project which can read&write pgm images in C language and applies sobel edge detection on them.
High-performance Canny edge detector with CPU and CUDA implementations. Loads PGM images, performs Gaussian smoothing, gradients, non-max suppression, and hysteresis. Benchmarks both paths, outputs edge maps, and reports speedup. Simple Makefile, sample images included.
Politechnika Wrocławska -- Kurs: Podstawy programowania Autor: Michał Nowak -- Zadanie: Napisanie prostego programu do przetwarzania obrazów w formacie PGM
Perform histogram equalization and apply Sobel operator on the equalized image using MPI and libpng
Command-line Netbpm image editor that performs a variety of operations on PPM and PGM images
This C program does 3 operations with a PGM image selected by the user.
Single-header library for handling PGM images.
Basic Operations on Image Processing Using PGM File Format
An application for plotting relations with two variables. Relations need not necessarily be functions.
This project provides a collection of subprograms to handle image processing tasks in C. The utility allows loading, selecting, cropping, rotating, equalizing, and saving images in PGM / PPM format. It includes a histogram feature for grayscale images and efficient memory management using matrix structures.
Add a description, image, and links to the pgm topic page so that developers can more easily learn about it.
To associate your repository with the pgm topic, visit your repo's landing page and select "manage topics."