I want to perform histogram matching on OpenCV Mat
images in C++.
I know in python I can use skimage.exposure.match_histograms method.
Is there any equivalent implementation of this method in C++?
I want to perform histogram matching on OpenCV Mat
images in C++.
I know in python I can use skimage.exposure.match_histograms method.
Is there any equivalent implementation of this method in C++?