Pink 0.9

inf.c File Reference

pixelwise inf predicate More...


Detailed Description

pixelwise inf predicate

Usage: inf in1.pgm in2.pgm out.pgm

Description: For each pixel x, if in1[x] <= in2[x] then out[x] = 255 else out[x] = 0. Images must be of the same type and same dimensions.

Types supported: byte 2D, byte 3D

Category: arith

Author:
Michel Couprie