create_disk {lidaRtRee} | R Documentation |
Creates a matrix with TRUE values shaping a centered disk
create_disk(width = 5)
width |
numeric. disk width in pixels, should be an uneven number |
A matrix with 1 for pixels inside the disk, 0 outside
create_disk(7)