summaryrefslogtreecommitdiff
path: root/README
blob: 8385a8a472d8c245e941a2739d4696beafe64416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Feature Extraction
==================

VIPeR specific

publicly available Feat-ext source:
https://github.com/rlayne/ELF-v2.0-Descriptor
Experiments are based on this code.

Requirements:
matlab(tested with R2014b & R2015a under linux)
bash/zsh(as default shell or change shebang to #!/bin/bash)

How to use:
./genRid.sh cam
change cam to the directory name of dataset

Structure:
./genRid.sh
    ./runMatlab.sh -> call matlab script or functions
        ./parGetVecs.m -> calculate vectors of images in 'cam_a' & 'cam_b' to a.txt & b.txt
            ./getVecsM.m -> get maximum % minimum
            ./getVecs.m -> get histo using previously calculated maximum & minimum
    combine a.txt b.txt to cam.rid

!!Feature size is hardcoded, change in ./genRid.sh & ./parGetVecs.m!!

Clean-up:
redundancy in ./getFeatureExt.m & ./genFeatureVec.m