This repository was archived by the owner on Jul 20, 2023. It is now read-only.
File tree 3 files changed +10
-10
lines changed
SolARTest_ModuleFBOW_ClosestKeyframeRetrieval
SolARTest_ModuleFBOW_FeatureMatching
tools/SolARTool_FBOWCreator
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 43
43
</factory >
44
44
<properties >
45
45
<configure component =" SolARImageLoaderOpencv" name =" frame_0001_prop" >
46
- <property name =" filePath" type =" string" value =" ../../../../data/frame_0001.png" />
46
+ <property name =" filePath" type =" string" value =" ../../../../../ data/frame_0001.png" />
47
47
</configure >
48
48
<configure component =" SolARImageLoaderOpencv" name =" frame_0002_prop" >
49
- <property name =" filePath" type =" string" value =" ../../../../data/frame_0002.png" />
49
+ <property name =" filePath" type =" string" value =" ../../../../../ data/frame_0002.png" />
50
50
</configure >
51
51
<configure component =" SolARImageLoaderOpencv" name =" frame_0003_prop" >
52
- <property name =" filePath" type =" string" value =" ../../../../data/frame_0003.png" />
52
+ <property name =" filePath" type =" string" value =" ../../../../../ data/frame_0003.png" />
53
53
</configure >
54
54
<configure component =" SolARImageLoaderOpencv" name =" frame_0004_prop" >
55
- <property name =" filePath" type =" string" value =" ../../../../data/frame_0004.png" />
55
+ <property name =" filePath" type =" string" value =" ../../../../../ data/frame_0004.png" />
56
56
</configure >
57
57
<configure component =" SolARImageLoaderOpencv" name =" frame_0005_prop" >
58
- <property name =" filePath" type =" string" value =" ../../../../ata /frame_0005.png" />
58
+ <property name =" filePath" type =" string" value =" ../../../../../data /frame_0005.png" />
59
59
</configure >
60
60
<configure component =" SolARKeypointDetectorOpencv" >
61
61
<property name =" type" type =" string" value =" AKAZE2" />
66
66
<property name =" threshold" type =" float" value =" 3e-4" />
67
67
</configure >
68
68
<configure component =" SolARKeyframeRetrieverFBOW" >
69
- <property name =" VOCpath" type =" string" value =" ../../../../data/akaze.fbow" />
69
+ <property name =" VOCpath" type =" string" value =" ../../../../../ data/akaze.fbow" />
70
70
<property name =" threshold" type =" float" value =" 0.01" />
71
71
</configure >
72
72
</properties >
Original file line number Diff line number Diff line change 56
56
</factory >
57
57
<properties >
58
58
<configure component =" SolARImageLoaderOpencv" name =" image1_prop" >
59
- <property name =" filePath" type =" string" value =" ../../../../data/Image1.png" />
59
+ <property name =" filePath" type =" string" value =" ../../../../../ data/Image1.png" />
60
60
</configure >
61
61
<configure component =" SolARImageLoaderOpencv" name =" image2_prop" >
62
- <property name =" filePath" type =" string" value =" ../../../../data/Image2.png" />
62
+ <property name =" filePath" type =" string" value =" ../../../../../ data/Image2.png" />
63
63
</configure >
64
64
<configure component =" SolARKeypointDetectorOpencv" >
65
65
<property name =" type" type =" string" value =" AKAZE2" />
70
70
<property name =" threshold" type =" float" value =" 3e-4" />
71
71
</configure >
72
72
<configure component =" SolARKeyframeRetrieverFBOW" >
73
- <property name =" VOCpath" type =" string" value =" ../../../../data/akaze.fbow" />
73
+ <property name =" VOCpath" type =" string" value =" ../../../../../ data/akaze.fbow" />
74
74
<property name =" threshold" type =" float" value =" 0.01" />
75
75
<property name =" level" type =" int" value =" 3" />
76
76
<property name =" matchingDistanceRatio" type =" float" value =" 0.8" />
Original file line number Diff line number Diff line change 79
79
</configure >
80
80
<configure component =" SolARImagesAsCameraOpencv" >
81
81
<property name =" calibrationFile" type =" string" value =" camera_calibration.json" /> <!-- path to calibration file"/-->
82
- <property name =" imagesDirectoryPath" type =" string" value =" ../../datafbow/%06d.png" /> <!-- path to images"/-->
82
+ <property name =" imagesDirectoryPath" type =" string" value =" ../../../ datafbow/%06d.png" /> <!-- path to images"/-->
83
83
<property name =" delayTime" type =" int" value =" 30" />
84
84
</configure >
85
85
<configure component =" SolARVideoAsCameraOpencv" >
You can’t perform that action at this time.
0 commit comments