clipPaper | R Documentation |
Click on four points on the image or use the package trained neural net to automatically clip the water-sensitive paper, for further analysis.
clipPaper(x, method = c("auto", "manual"), align.x = FALSE, display.it = TRUE)
x |
Either an object of class |
method |
One of the two characters: |
align.x |
|
display.it |
|
An object of class Image
.
analyzePaper()
path <- system.file('images', 'field1.jpg', package = 'hydropaper') p1 <- clipPaper(path, method = "auto", display.it = FALSE) display(p1, "raster")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.