The document presents a method for detecting copy-move forgery in digital images using center-symmetric local binary pattern (CS-LBP). The key steps are:
1. The input image is converted to grayscale and divided into overlapping blocks.
2. CS-LBP features are extracted from each block to represent textures while being invariant to illumination and rotation. This reduces the feature dimensions compared to local binary pattern (LBP).
3. The distances between feature vectors are calculated and sorted lexicographically to group similar blocks together. Distances below a threshold indicate copied regions.
4. Post-processing with morphological operations fills holes and removes outliers to generate a mask of the forged regions.
The