You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow optional Histogram Equalization (Matching) after merge and before (or during) blend.
This will use the most clear image (sorted by cloud cover) as referente and match each other merged image histogram to it.
Allow optional Histogram Equalization (Matching) after merge and before (or during) blend.
This will use the most clear image (sorted by cloud cover) as referente and match each other merged image histogram to it.
scikit-image provides the histogram matching function: https://scikit-image.org/docs/dev/auto_examples/color_exposure/plot_histogram_matching.html
The text was updated successfully, but these errors were encountered: