View source: R/rings_segmentation.R
rings_segmentation | R Documentation |
Segment an hemispherical view by slicing the zenith angle from zero to 90º in equals intervals.
rings_segmentation(z, angle_width, return_angle = FALSE)
z |
SpatRaster built with |
angle_width |
Numeric vector of length one. Angle in degrees able to divide the angle range into a whole number of segments. |
return_angle |
Logical vector of length one. If it is |
An object from the class SpatRaster with segments shaped like concentric rings.
Other Segmentation Functions:
chessboard()
,
mask_hs()
,
mask_sunlit_canopy()
,
polar_qtree()
,
qtree()
,
sectors_segmentation()
,
sky_grid_segmentation()
z <- zenith_image(600, lens())
rings <- rings_segmentation(z, 15)
plot(rings == 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.