Image segmentation techniques involve dividing an image into regions or objects by labeling pixels based on visual characteristics, facilitating easier analysis. They are categorized into edge-based methods, focusing on intensity discontinuities, and region-based methods, which cluster similar pixels, making the latter more resistant to noise. Key techniques include edge detection, region growing, and watershed transformation for effective segmentation.