powered by
gamma_correction(image, gamma)
path = system.file("tmp_images", "2.jpg", package = "OpenImageR") image = readImage(path) filt = gamma_correction(image, gamma = 0.5)
Run the code above in your browser using DataLab