Last active
July 16, 2022 11:15
-
-
Save PratyushTripathy/6308255ef2d398c675a6b8864ae46429 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// call the function to match the histogram of slave | |
var hist = require('users/pratyusht/PublicFunctions:seamless_mosaic/histogram'); | |
var matched_slave = hist.match_histogram(master, slave, overlap, band_names, 30); | |
Map.addLayer(matched_slave, l8_vis_params, 'Matched Slave'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment