Description Usage Arguments Value Examples
View source: R/step2_standardize3D.R
Standardize topographies so that they have the same lateral resolution (6.25 microns), and crop/pad images such that they are 701x701 pixel images (NOTE: first find plane and level, and then only standardize before further pre-processing)
1 | standardize3D(surfaceMat, lateralResMicrons)
|
surfaceMat |
matrix of depth values in microns |
lateralResMicrons |
lateral resolution of image |
Standardized image for further pre-processing.
1 2 3 4 | ## Not run:
testImage <- standardize3D(testImage, lateralResMicrons)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.