powered by
This function calculates day-to-day similarity of images based on the CLI file.
detectShifts(cli_path)
a character string, path to the CLI file
a data.frame with two columns containing day-to-day correlations of the brightness and blue bands
# NOT RUN { cli_path <- system.file(package = 'xROI', 'archboldbahia-cli.jpg') cor_mat <- detectShifts(cli_path) plot(cor_mat$brightness.cor) plot(cor_mat$blue.cor) # }
Run the code above in your browser using DataLab