![]() |
![]()
| ![]() |
![]()
NAMEi.zc - Zero-crossing "edge detection" raster function for image processing. KEYWORDSimagery, edges SYNOPSISi.zc
Flags:
Parameters:
DESCRIPTIONi.zc is an image processing module used for edge detection. The raster map produced shows the location of "boundaries" on the input map. Boundaries tend to be found in regions of changing cell values and tend to run perpendicular to the direction of the slope. The algorithm used for edge detection is one of the "zero-crossing" algorithms and is discussed briefly below. NOTESThe procedure to find the "edges" in the image is as follows:
The width= parameter determines the x-y extent of the Gaussian filter. The default value is 9; higher and lower values can be tested by the user. Increasing the width will result in finding "edges" representing more gradual changes in cell values. The threshold= parameter determines the "sensitivity" of the Gaussian filter. The default value is 1; higher and lower values can be tested by the user. Increasing the threshold value will result in fewer edges being found. The orientations= value is the number of azimuth directions the cells on the output raster map layer are categorized into (similar to the aspect raster map layer produced by r.slope.aspect. For example, a value of 16 would result in detected edges being categorized into one of 16 bins depending on the direction of the edge at that point. The current region definition and mask settings are respected when reading the input map. SEE ALSOi.fft, i.ifft, r.mapcalc, r.mfilter, r.slope.aspect AUTHORDavid Satnik, GIS Laboratory, Central Washington University SOURCE CODEAvailable at: i.zc source code (history) Latest change: Wednesday Nov 27 22:53:26 2024 in commit: b90ce69e88409469369ec1edb86fde8ec822af8b Main index | Imagery index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|