chessboard: Do chessboard segmentation

View source: R/chessboard.R

chessboardR Documentation

Do chessboard segmentation

Description

Do chessboard segmentation

Usage

chessboard(r, size)

Arguments

r

SpatRaster.

size

Numeric vector of length one. Size of the square segments.

Value

A single layer image of the class SpatRaster with integer values.

See Also

Other Segmentation Functions: mask_hs(), mask_sunlit_canopy(), polar_qtree(), qtree(), rings_segmentation(), sectors_segmentation(), sky_grid_segmentation()

Examples

caim <- read_caim()
seg <- chessboard(caim, 20)
plot(caim$Blue)
plot(extract_feature(caim$Blue, seg))

rcaiman documentation built on Nov. 15, 2023, 1:08 a.m.