hist_prop_comp: Proportion of Overlap Between Image Grayscale Distributions

Description Usage Arguments Value

View source: R/hist_prop_comp.R

Description

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.

Usage

1
hist_prop_comp(x, y, to = 2^16, by = 2^4)

Arguments

x

An image array

y

An image array

to

Maximum value included in grayscale distribution

by

Size of bins in the grayscale distribution

Value

A Data Frame


HarpethLee/LSMFunc documentation built on Dec. 17, 2021, 10:30 p.m.