hide dead pixel
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…
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
thanks
interesting. thanks too!