I am working on an image recognition application that processes groups of connected pixels and classifies these. Sometimes, due to sampling errors some pixels that should be connected are not.
What are good techniques for "reconnecting" the pixels? Are there alternatives to the morphological close operation?