From 3253907ad6f8b15ff921c4c8e5a2ccb9c37c1c12 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Fri, 8 Feb 2019 16:04:52 +0000 Subject: Use codeblocks --- report/paper.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'report/paper.md') diff --git a/report/paper.md b/report/paper.md index 45d7eb2..8e821df 100644 --- a/report/paper.md +++ b/report/paper.md @@ -2,7 +2,9 @@ We randomly select 100k descriptors for K-means clustering for building the visual vocabulary (due to memory issue). Open the main_guideline.m and select/load the dataset. ->> [data_train, data_test] = getData('Caltech'); % Select dataset +``` +[data_train, data_test] = getData('Caltech'); +``` Set 'showImg = 0' in getData.m if you want to stop displaying training and testing images. Complete getData.m by writing your own lines of code to obtain the visual vocabulary and the bag-of-words histograms for both training and testing data. Show, measure and -- cgit v1.2.3-54-g00ecf