aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--report/paper.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/report/paper.md b/report/paper.md
index 43411bc..e44444b 100644
--- a/report/paper.md
+++ b/report/paper.md
@@ -10,11 +10,7 @@ Both training and testing use 15 randomly selected images from the 10 available
## Vocabulary size
-<<<<<<< HEAD
The number of clusters or the number of centroids determines the vocabulary size when creating the codebook with the K-means method. Each descriptor is mapped to the nearest centroid, and each descriptor belonging to that cluster is mapped to the same *visual word*. This allows similar descriptors to be mapped to the same word, allowing for comparison through bag-of-words techniques.
-=======
-The number of clusters or the number of centroids determine the vocabulary size when creating a codebook with the K-means the method. Each descriptor is mapped to the nearest centroid, and each descriptor belonging to that cluster is mapped to the same *visual word*. This allows similar descriptors to be mapped to the same word, allowing for comparison through bag-of-words techniques.
->>>>>>> b052905b323972a69fbf04fd621a6d88c44c40a1
## Bag-of-words histogram of descriptor vectors