nstretch
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Images, Related Functions, Source Supported Under Version: >1.00
Description Perform a normalized stretch image = 255*((data - min_of_data)/(max_of_data - min_of_data))
Arguments and Return Values Arguments: Any numeric array Return Value: A byte array
Usage Syntax: nstretch(image)
Examples dv> a1 400x300x6 array of float, bsq format [2,880,000 bytes] dv> b=nstretch(a1) 400x300x6 array of byte, bsq format [720,000 bytes]
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Library Changes Created On: 02-15-2006 |