Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
detection-config-SIFT.xml
1<?xml version="1.0"?>
2<conf>
3 <detector>
4 <name>SIFT</name>
5 </detector>
6
7 <extractor>
8 <name>SIFT</name>
9 </extractor>
10
11 <matcher>
12 <name>BruteForce</name>
13 <matching_method>ratioDistanceThreshold</matching_method>
14 <matchingRatioThreshold>0.8</matchingRatioThreshold>
15 </matcher>
16
17 <ransac>
18 <useRansacVVS>1</useRansacVVS>
19 <useRansacConsensusPercentage>1</useRansacConsensusPercentage>
20 <ransacConsensusPercentage>20.0</ransacConsensusPercentage>
21 <nbRansacIterations>200</nbRansacIterations>
22 <ransacThreshold>0.005</ransacThreshold>
23 </ransac>
24</conf>
25