myimagelib.myImageLib.match_hist¶
- myimagelib.myImageLib.match_hist(im1, im2)¶
Match the histogram of im1 to that of im2
- Parameters
im1 (2d array) – image
im2 (2d array) – image
- Returns
a modified version of im1, that matches im2’s histogram
- Return type
2d array
EDIT
- 11142022
Move from
corrLib
tomyImageLib
.