filterx

From DavinciWiki
Jump to: navigation, search

Description

Boxcar filter along the x axis

Arguments and Return Values

Arguments: A numeric array and a filter width

Return Value: The input smoothed

Usage

Syntax: filterx(object, width)

'object' - can be any type of data organization or format.

'width' - parameter defines the length of the boxcar filter in the x direction [width x 1 x 1].

Examples

dv> a
600x600x3 array of byte, bip format [1,080,000 bytes]

dv> b = filterx(a,125)
600x600x3 array of float, bip format [4,320,000 bytes]

Images

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