nstretch
From DavinciWiki
(Redirected from Nstretch)
Contents: Description, Arguments, Usage, Examples, Images, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
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 Core Changes Modified On: 01-17-2008 |