# coo_circularity
bot[1] %>% coo_circularity()
bot %>%
slice(1:5) %>% # for speed sake only
coo_circularity
# coo_circularityharalick
bot[1] %>% coo_circularityharalick()
bot %>%
slice(1:5) %>% # for speed sake only
coo_circularityharalick
# coo_circularitynorm
bot[1] %>% coo_circularitynorm()
bot %>%
slice(1:5) %>% # for speed sake only
coo_circularitynorm
Run the code above in your browser using DataLab