Description Usage Arguments Value Examples
The function retrieves the object depth information from image metadata as source.
1 2 |
x |
file containing metadata, if xml type: |
... |
other arguments. |
A 'data.frame' with the following information:
file : filename
z_depth : measured focus range depth (z)
1 2 3 4 5 6 7 | ## Not run:
#Path to example file from package
meta <- system.file("extdata", "foram.tif_meta.xml", package="forImage")
#retrieve z-depth data
depth.xml(meta)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.