Description Usage Arguments Value Author(s) See Also Examples
Processes a directory of image files, counts dark percentage and produces data table.
1 | darkpix.dir(directory, pattern = "jpg", cutoff = 100, clip.circle = T)
|
directory |
String with path to directory to be processed. |
pattern |
A pattern, suitable for the |
cutoff |
Cutoff brighness level, 0-255. |
clip.circle |
Clip processing to a central circle in the image, otherwise use entire image. |
A data frame containing the file name, and the percentage of dark pixels.
Grant Williamson <grant.williamson@utas.edu.au>
1 | #darkpix.dir("fieldtrips/photo12/",pattern="jpg")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.