# import # ------------------------------------------------------------------------------------------ import copy # ------------------------------------------------------------------------------------------ # MIAM project 2020 # ------------------------------------------------------------------------------------------ # author: remi.cozot@univ-littoral.fr # ------------------------------------------------------------------------------------------ class Processing(object): """tone mapping operator""" def compute(self, image, **kwargs): return copy.deepcopy(image)