Graph matching remains a core challenge in computer vision, where establishing correspondences between features is crucial for tasks such as object recognition, 3D reconstruction and scene ...
Compute Harris corner strength at each pixel for source image Find local maxima Implement Simple Feature Descriptor and MOPS (Multi-Scale Oriented Patches) Descriptor Perform feature matching with SSD ...
Input (128×128×1) ↓ Encoder Path: Conv2D(16) → Conv2D(16) → MaxPool → 64×64 Conv2D(32) → Conv2D(32) → MaxPool → 32×32 Conv2D(64) → Conv2D(64) (Bottleneck) ↓ Decoder Path: UpSample → Concat → Conv2D(32 ...