Pink 0.9

rawthreshold.c File Reference

converts from raw format into pgm format and applies a double threshold More...


Detailed Description

converts from raw format into pgm format and applies a double threshold

Usage: rawthreshold in.raw rs cs ds headersize datatype littleendian thresh1 thresh2 [xdim ydim zdim] out.pgm

Description: Converts from raw format into pgm byte format, and selects only pixels which have values V such that thresh1 <= V <= thresh2

Parameters:

This operator does not load the complete image into memory.

Types supported: float

Category: convert

Author:
Michel Couprie