Adjust histogram of N-D image to match histogram of reference image
uses B
= imhistmatchn(A
,ref
,nbins
)nbins
equally
spaced bins within the appropriate range for the given image data
type. The returned image B
has no more than nbins
discrete
levels.
If the data type of the image is:
single
or double
,
the histogram range is [0, 1].
uint8
, the histogram range is [0,
255].
uint16
, the histogram range is
[0, 65535].
int16
, the histogram range is [-32768,
32767].
histeq
| imadjust
| imhist
| imhistmatch