stretch
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions, Source Supported Under Version: >1.00
Description Scale data to byte images using different stretching techniques.
Arguments and Return Values Arguments: A numeric array and stretching parameters Return Value: A byte image.
Usage Syntax: stretch(array, stretch_type, param1 [, param2] [, out_low = INT] [, out_high = INT] [, full = 1]) 'array' - A 1 band numeric array 'stretch_type' - As a string (in quotes), one of the following five options:
Examples dv> b=stretch(a,"auto", -19547, out_low = 10) or dv> c=stretch(a,'table',b) |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Library Changes Created On: 02-15-2006 |