This document proposes two methods for detecting forged regions in digital images: adaptive over-segmentation and feature point matching. Adaptive over-segmentation divides the host image into irregular, non-overlapping blocks to reduce computational complexity compared to overlapping blocks. Feature points are then extracted from each block using SIFT and matched between blocks to identify labeled feature points that indicate suspected forgery regions. Finally, a forgery region extraction algorithm processes the labeled feature points and applies morphological operations to detect the forged regions in the host image. The proposed methods aim to address limitations of prior blocked-based forgery detection techniques by improving efficiency and ability to handle geometric transformations of forged areas.