Clipping algorithms identify portions of an image that are inside or outside a specified clipping region. They are used to extract a defined scene for viewing, identify visible surfaces, and perform other drawing and display operations. Common types of clipping include point, line, polygon, and curve clipping. Algorithms like Cohen-Sutherland and mid-point subdivision use codes and binary subdivision to efficiently determine which image portions are visible and should be displayed.