hpf

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
Line 27: Line 27:
 
|
 
|
 
|
 
|
[[Media:hpf.dvrc|hpf()]]
+
*mosaic_tools.dvrc
 +
|
 +
1.69
 
}}
 
}}
 
[[category:Functions]]
 
[[category:Functions]]
 
[[category:User Defined Functions]]
 
[[category:User Defined Functions]]
 
[[category:Mosaic Tools]]
 
[[category:Mosaic Tools]]

Revision as of 01:16, 12 January 2008


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])

'image' - A numeric array containing the mosaic image

'size' - An optional filter kernel size

Examples

An ignore value of -32768 is assumed since the main use of this tool is for mosaicking. 

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]

Images

nohpf.png hpf.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

Recent Library Changes

Created On: 02-15-2006
Modified On: 10-22-2009

Personal tools