Pink 0.9

max.c File Reference

maximum of 2 images More...


Detailed Description

maximum of 2 images

Usage: max in1.pgm in2.pgm out.pgm

Description: For each pixel x, out[x] = max{in1[x], in2[x]}. Images must be of the same type and same dimensions.

Types supported: byte 2D, byte 3D

Category: arith

Author:
Michel Couprie