/tipa_sobel

Multithreaded Sobel filter for .pnm images written on C.

Primary LanguageC

Tipa Sobel

Example of usage

This program applies multithreaded Sobel filter to .pnm image (with P6 format).

Usage

    make
    ./tsobel <source image> <result image> [number of threads (default = 1)]