File: detection-config-SIFT.xml

package info (click to toggle)
visp 3.6.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 119,296 kB
  • sloc: cpp: 500,914; ansic: 52,904; xml: 22,642; python: 7,365; java: 4,247; sh: 482; makefile: 237; objc: 145
file content (25 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0"?>
<conf>
  <detector>
    <name>SIFT</name>
  </detector>

  <extractor>
    <name>SIFT</name>
  </extractor>

  <matcher>
    <name>BruteForce</name>
    <matching_method>ratioDistanceThreshold</matching_method>
    <matchingRatioThreshold>0.8</matchingRatioThreshold>
  </matcher>
  
  <ransac>
	<useRansacVVS>1</useRansacVVS>
	<useRansacConsensusPercentage>1</useRansacConsensusPercentage>
	<ransacConsensusPercentage>20.0</ransacConsensusPercentage>
	<nbRansacIterations>200</nbRansacIterations>
	<ransacThreshold>0.005</ransacThreshold>
  </ransac>
</conf>