filterz

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
m (Filterz moved to filterz)
m
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
Return Value: The input smoothed
 
Return Value: The input smoothed
 
|
 
|
Syntax: filterz(object,width)
+
[[Syntax]]: filterz(object, width)
 
   
 
   
The 'object' can be any type of data organization or format.  The 'width' parameter defines the length of the boxcar filter in the z direction [1 x 1 x 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].
 
|
 
|
 
  dv> a
 
  dv> a
Line 25: Line 27:
 
*[[filterx]]
 
*[[filterx]]
 
|
 
|
[[Media:filterz.dvrc|filterz()]]
+
*data_manipulation.dvrc
 
|
 
|
 
}}
 
}}

Latest revision as of 16:12, 17 January 2008


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]

Images

For the sake of visibility an image filtered in the x-direction is displayed.

unfiltered.png filterx.png

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Major Sub-Functions

Related Functions

Recent Library Changes

Created On: 02-15-2006
Modified On: 01-17-2008

Personal tools