Pink 0.9

extractline.c File Reference

extracts a line between two given points from a 3D image More...


Detailed Description

extracts a line between two given points from a 3D image

Usage: extractline in.pgm x1 y1 x2 y2 out.pgm

Description: The original 2D image is in.pgm. The output 1D image out.pgm contains the line between points (x1,y1) and (x2,y2) extracted from in.pgm.

Types supported: byte 2d

Category: geo

Author:
Michel Couprie