Description Usage Arguments Value
View source: R/hist_prop_comp.R
This function compares the grayscale distributions of two images. It finds the histogram for the two images at a given bin size and then compares the proportion of difference between the two.
1 | hist_prop_comp(x, y, to = 2^16, by = 2^4)
|
x |
An image array |
y |
An image array |
to |
Maximum value included in grayscale distribution |
by |
Size of bins in the grayscale distribution |
A Data Frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.