filterz
From DavinciWiki
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 Boxcar filter along the z axis
Arguments and Return Values Arguments: A numeric array and a filter width Return Value: The input smoothed
Usage Syntax: filterz(object, width) 'object' - can be any type of data organization or format. 'width' - parameter defines the length of the boxcar filter in the z direction [1 x 1 x width].
Examples dv> a 1x100x100 array of float, bsq format [40,000 bytes] dv> b = filterz(a,25) 1x100x100 array of float, bsq format [40,000 bytes]
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Major Sub-Functions
Recent Core Changes Modified On: 01-17-2008 |