powered by
Do chessboard segmentation
chessboard(r, size)
A single layer image of the class SpatRaster with integer values.
SpatRaster.
Numeric vector of length one. Size of the square segments.
Other Segmentation Functions: mask_hs(), mask_sunlit_canopy(), polar_qtree(), qtree(), rings_segmentation(), sectors_segmentation(), sky_grid_segmentation()
mask_hs()
mask_sunlit_canopy()
polar_qtree()
qtree()
rings_segmentation()
sectors_segmentation()
sky_grid_segmentation()
caim <- read_caim() seg <- chessboard(caim, 20) plot(caim$Blue) plot(extract_feature(caim$Blue, seg))
Run the code above in your browser using DataLab