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 //

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

2020-06-09 Thread mat368
Hello I am looking for a function or a code to auto adjust level of color image ? I dont see that in thé ipcv package. Thanks for tour trop. Mat -- Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html ___ users