hide dead pixel

julienrobert's icon

I have a capture camera which now has a dead pixel. I wonder if anyone already did an abstraction to hide dead pixel? Ideally, it should find the dead pixel and replaces it with a color average of the pixels next to it… or I could find the dead pixel myself…

Floating Point's icon

jit.pwindow, mouse click on it and the right outlet will give you the coordinates of the pixel clicked, then use the getcell message with offsets, average them then setcell. done

julienrobert's icon
karl krach's icon

interesting. thanks too!