lpf

From DavinciWiki
Jump to: navigation, search

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]

Images

nolpf.png lpf.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: 10-22-2009
Modified On: 10-22-2009

Personal tools