Description Usage Arguments Details Value Author(s) Examples
These functions project 3D arrays in the z direction.
1 2 3 4 | imgRowMaxs(x)
imgRowMins(x)
imgSD(x)
medianPrj(x)
|
x |
A grayscale |
imgRowMaxs projects by calculating maximum intensity of each pixel.
imgRowMins projects by calculating minimum intensity of each pixel.
imgSD projects by calculating standard deviation of each pixel.
medianPrj projects by calculating median intensity of each pixel.
These functions return a matrix.
Yuichiro Hourai, yhourai@gmail.com
Takeo Katsuki, takeo.katsuki@gmail.com
1 | demo(ProjectionDemo)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.