Skip to content

Commit a81debd

Browse files
Update Readme.md
1 parent d4c61c8 commit a81debd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Finding Patches of Query image associated to a set of training images using Feature Matching
22

3+
## Problem definition:
4+
Given a set of training images(full size image) and a set of query images(patches cropped from train images and added some noises/disortions). We need to associate each patch(query image) with their respective full image(train image). This problem is mainly about extracting keypoints features from both training and query image and then to use some algorithms for faster and accurate matching.
5+
36
## Approach:
47
Initially by visualizing the associations in sample test set and examining the cropped images, I have decided to go with Feature Matching(using keypoints) techinques instead of template matching. Following are the various methods I tried out with few samples that are manually picked from the test set:
58
1. BruteForce Matching with ORB. # performed well but not very accurate compared to others

0 commit comments

Comments
 (0)