Create a 2-d circular Boolean mask
make_circle(center, r, pts)
Arguments
| center |
Cartesian center of the blob specified as c(x, y). |
| r |
Radius of the blob. |
| pts |
Dataframe of Cartesian point coordinates to draw from. |
Value
Boolean mask when applied forms a circle from a point cloud.