GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BWTHRESH(1) BRL-CAD BWTHRESH(1)

bwthresh - threshold a black-and-white bw file

bwthresh val... < file.bw

bwthresh reads from standard input a stream of black-and-white data in bw(5) format and thresholds it among the vals, writing the resulting bw(5) data to standard output. The vals must appear on the command line in strictly increasing order.

The grey scale 0..255 is divided evenly into n+1 bins, and each pixel of input is compared to the vals, to determine which of the n+1 grey levels should be output.

The command

bwthresh 37 143 < file.bw > file2.bw

performs the following mapping:

if (pixel_in < 37) pixel_out = 0 else if (pixel_in < 143) pixel_out = 128 else pixel_out = 255

bwmod(1), bwstat(1), bw(5)

BRL-CAD Team

This software is Copyright (c) 1991-2019 by the United States Government as represented by U.S. Army Research Laboratory.

Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
06/07/2022 BRL-CAD

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.