Spatial domain filtering and intensity transformations are techniques used in image processing. Spatial domain refers to the pixels that make up an image. Spatial domain techniques operate directly on pixels by applying operators to pixels and their neighbors. Common operators include averaging, median filtering, and contrast adjustments. Spatial filtering techniques include smoothing to reduce noise and sharpening to enhance edges through differentiation. Intensity transformations map input pixel values to output values using functions like logarithms, power laws, and piecewise linear approximations to modify image contrast and highlight certain intensity ranges.