lpf
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Images, Sub-Functions, Related Functions, Source Supported Under Version: > 1.03
Description Perform a low pass filter for mosaic processing
Arguments and Return Values Arguments: A mosaic image and a smoothing size Return Value: A smoothed image
Usage Syntax: lpf(image [, size][, ignore]) 'image' - A numeric array containing the mosaic image 'size' - An optional filter kernel size 'ignore' - The value of black space in the data (default is -32768)
Examples
dv> a 577x1852x10 array of float, bsq format [42,744,160 bytes] dv> b = lpf(a,size = 15) 577x1852x10 array of float, bsq format [42,744,160 bytes]
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Related Functions
Recent Library Changes Created On: 10-22-2009 |