Re: [Scilab-users] Please unsubscribe me from the mailing list. Thank you. Julia

2020-06-10 Thread Stéphane Mottelet
You can do it yourself, just select the link at the end of the emails: http://lists.scilab.org/mailman/listinfo/users S. Le 10/06/2020 à 10:51, Solomon Julia a écrit : *** Please consider the

[Scilab-users] Please unsubscribe me from the mailing list. Thank you. Julia

2020-06-10 Thread Solomon Julia
*** Please consider the environment before printing this email ! The information contained in this communication is proprietary to Israel Aerospace Industries Ltd. and/or third parties, may contain

Re: [Scilab-users] Auto adjust level of a color image

2020-06-10 Thread Chin Luh Tan
Hi Mat,  First of all, thanks Philipp for the example.  Infact you might be able to get the similar result with Image Arithmetic function - imadd, which will perform the proper int clipping. I attached the file with added lines to compare the results which should be identical. On the

Re: [Scilab-users] Auto adjust level of a color image

2020-06-10 Thread P M
Dear Mat, not sure if this helps, but here is a way, how to set brightness using a constant value. I guess for automatization one can figure out a way using mean pixel value. Best Regards, Philipp img = imread(fullpath(getIPCVpath() + "/images/" + 'baboon.png')); // image size = 512 x 512 //