hpf

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
 
(10 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
Perform a high pass filter for mosaic processing
 
Perform a high pass filter for mosaic processing
 
|
 
|
Arguments:  
+
Arguments: A mosaic image and a smoothing size
 
   
 
   
Return Value:  
+
Return Value: A smoothed image
 
|
 
|
[[Syntax]]: hpf($1 = VAR, [size = INT])
+
[[Syntax]]: hpf(image [, size][, ignore])
 
   
 
   
$1 - A numeric array
+
'image' - A numeric array containing the mosaic image
 
   
 
   
 
'size' - An optional filter kernel size
 
'size' - An optional filter kernel size
|
 
An ignore value of -32768 is assumed since the main use of this tool is for mosaicking.
 
 
   
 
   
 +
'ignore' - The value of black space in the data (default is -32768)
 +
|
 
  dv> a
 
  dv> a
 
  577x1852x10 array of float, bsq format [42,744,160 bytes]
 
  577x1852x10 array of float, bsq format [42,744,160 bytes]
  dv> b = hpf(a,size = 1000)
+
 +
  dv> b = hpf(a,size = 10)
 
  577x1852x10 array of float, bsq format [42,744,160 bytes]
 
  577x1852x10 array of float, bsq format [42,744,160 bytes]
 
|
 
|
 +
[[image:nohpf.png|200px]]
 +
[[image:hpf.png|200px]]
 
|
 
|
 
*[[boxfilter]]
 
*[[boxfilter]]
 
*[[hasvalue]]
 
*[[hasvalue]]
 
|
 
|
 +
*[[lpf]]
 
|
 
|
 +
*mosaic_tools.dvrc
 
|
 
|
[[media:hpf.dvrc]]
 
 
}}
 
}}
[[category:Scripts]]
 
 
[[category:Functions]]
 
[[category:Functions]]
 +
[[category:User Defined Functions]]
 
[[category:Mosaic Tools]]
 
[[category:Mosaic Tools]]

Latest revision as of 16:53, 22 October 2009


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][, 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 = 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

Related Functions

Recent Library Changes

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

Personal tools