Re: [SIP-devel] colormaps
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: DRUEL J. <joc...@li...> - 2004-02-18 14:46:28
|
Hi, > > thanks for the new colormaps. I will be seeing it during the next few days > and I will also compare its interface to the equivalent in Matlab. > > kind regards, > Ricardo. As I looked for colormaps in Scilab, I found that Bruno Pincon already worked on this subject: At his homepage: http://www.iecn.u-nancy.fr/~pincon/scilab/scilab.html there are 2 tools: 1) a colorbar.sci function to display a colormap on the right of an image (it integrates without problem with the imshow function: example: map=sip_colormap(i);xbasc();colorbar(0,1);imshow(a,map); It's a cool feature. 2) a more sophisticated package that allows interactive modification of a colormap. (I think that's what Ricardo means by "Color transform curves GUI" in the Todo list.) Maybe Bruno Pincon would be interested to integrate these tools in SIP to allow: 1) a better SIP package 2) a wider use of his code I can contact him (or maybe Ricardo knows him already). Best regards Jocelyn -- Powered by Linux |