Filter Lab stack image using a selective gaussian blur. It compute a ponderated mean of in the neighborhood pixel. For each neighborhood pixel 'q' of computed pixel 'p', the associated weight 'q' is computed with a gaussian function and the luminance difference between luminance 'p' and luminance 'q'. If difference is zero, weight is 1. If difference is bigger weight tend towards zero. Only chrominance slices are filtered ( slices a and b ).
NB:
lab_nonlocal_mean_with_same_pixel_luminance_neighborhood_v1_01.jar
It use no additionnal libraries.
Copy the .jar file to your plugins directory and restart “ImageJ”.
You can use the script by menu “ImageJ / Plugins / Image/ Color / Lab non-local mean with same pixel luminance neighborhood (v1.00)”.
Vincent Vansuyt.
Contact me for any questions or suggestions : vincent dot vansuyt at edf dot fr (preferred language : french)
GPL distribution (see licence ).
Version v1.00 : first version
Version v1.01 :
None