summaryrefslogtreecommitdiff
path: generated by cgit v1.2.1 (git 2.18.0) at 2025-02-18 09:23:22 +0000
span class="hl num">17, 17), sector_x_gradient=lt.gradient.Linear(lt.Remainder.DistributeFront), sector_y_gradient=lt.gradient.Linear(lt.Remainder.DistributeFront), # This is the function that will be used to average the pixels in # each sector. This can also be a custom function. sector_average_function=lt.average.Mean(), # This is the function that will be used to smooth the color ratio # values. This can also be a custom function. smoothing_function=lt.smoothing.MedianBlur(3), )) tuner.set_input_parser(YamlParser()) tuner.set_output_formatter(YamlOutput()) tuner.set_output_order([LSCRkISP1]) if __name__ == '__main__': sys.exit(tuner.run(sys.argv))