hpf
From DavinciWiki
(Redirected from Hpf)
Contents: Description, Arguments, Usage, Examples, Images, Sub-Functions, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description Perform a high pass filter for mosaic processing
Arguments and Return Values Arguments: A mosaic image and a smoothing size Return Value: A smoothed image
Usage Syntax: hpf(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 = hpf(a,size = 10) 577x1852x10 array of float, bsq format [42,744,160 bytes]
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Related Functions
Recent Core Changes Modified On: 10-22-2009 |