Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit e0ef15a

Browse files
authored
Merge pull request #5 from SolarFramework/feature/with_tracking
Move to version 0.5.2
2 parents f9164e2 + 53f24e7 commit e0ef15a

8 files changed

+11
-11
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.7.2)
22

33
##################################################
4-
set (VERSION_NUMBER "0.5.1")
4+
set (VERSION_NUMBER "0.5.2")
55
project("SolARModuleFBOW")
66
set (SOURCES
77
src/SolARModuleFBOW.cpp

SolARModuleFBOW.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CONFIG -= qt
66
TARGET = SolARModuleFBOW
77
INSTALLSUBDIR = bcomBuild
88
FRAMEWORK = $$TARGET
9-
VERSION=0.5.1
9+
VERSION=0.5.2
1010

1111
DEFINES += MYVERSION=$${VERSION}
1212
DEFINES += TEMPLATE_LIBRARY

bcom-SolARModuleFBOW.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ libdir=${exec_prefix}/lib
55
includedir=${prefix}/interfaces
66
Name: SolARModuleFBOW
77
Description:
8-
Version: 0.5.0
8+
Version: 0.5.2
99
Requires:
1010
Libs: -L${libdir} -l${libname}
1111
Libs.private: ${libdir}/${pfx}${libname}.${lext}

packagedependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opencv|3.4.3|opencv|thirdParties|url_repo_artifactory
22
fbow|0.0.1|fbow|thirdParties|http://repository.b-com.com/amc-generic
3-
SolARFramework|0.5.1|SolARFramework|bcomBuild|url_repo_artifactory
3+
SolARFramework|0.5.2|SolARFramework|bcomBuild|url_repo_artifactory
44
xpcf|2.1.0|xpcf|thirdParties|http://repository.b-com.com/amc-generic
55
boost|1.68.0|boost|thirdParties|http://repository.b-com.com/amc-generic
66
spdlog|0.14.0|spdlog|thirdParties|http://repository.b-com.com/amc-generic

tests/ClosestKeyframeRetrieval/SolARTestModuleFBOWClosestKeyframeRetrieval.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TARGET = SolARTestModuleFBOWClosestKeyframeRetrieval
2-
VERSION=0.5.1
2+
VERSION=0.5.2
33

44
CONFIG += c++11
55
CONFIG -= qt

tests/ClosestKeyframeRetrieval/conf_ClosestKeyframeRetrieval.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
22
<xpcf-registry>
33

4-
<module uuid="15e1990b-86b2-445c-8194-0cbe80ede970" name="SolARModuleOpenCV" description="SolARModuleOpenCV" path="$BCOMDEVROOT/bcomBuild/SolARModuleOpenCV/0.5.1/lib/x86_64/shared">
4+
<module uuid="15e1990b-86b2-445c-8194-0cbe80ede970" name="SolARModuleOpenCV" description="SolARModuleOpenCV" path="$BCOMDEVROOT/bcomBuild/SolARModuleOpenCV/0.5.2/lib/x86_64/shared">
55
<component uuid="e42d6526-9eb1-4f8a-bb68-53e06f09609c" name="SolARImageLoaderOpencv" description="SolARImageLoaderOpencv">
66
<interface uuid="125f2007-1bf9-421d-9367-fbdc1210d006" name="IComponentIntrospect" description="IComponentIntrospect"/>
77
<interface uuid="6FCDAA8D-6EA9-4C3F-97B0-46CD11B67A9B" name="IImageLoader" description="IImageLoader"/>
@@ -16,7 +16,7 @@
1616
</component>
1717
</module>
1818

19-
<module uuid="b81f0b90-bdbc-11e8-a355-529269fb1459" name="SolARModuleFBOW" description="SolARModuleFBOW" path="$BCOMDEVROOT/bcomBuild/SolARModuleFBOW/0.5.1/lib/x86_64/shared">
19+
<module uuid="b81f0b90-bdbc-11e8-a355-529269fb1459" name="SolARModuleFBOW" description="SolARModuleFBOW" path="$BCOMDEVROOT/bcomBuild/SolARModuleFBOW/0.5.2/lib/x86_64/shared">
2020
<component uuid="9d1b1afa-bdbc-11e8-a355-529269fb1459" name="SolARKeyframeRetrieverFBOW" description="SolARKeyframeRetrieverFBOW">
2121
<interface uuid="125f2007-1bf9-421d-9367-fbdc1210d006" name="IComponentIntrospect" description="IComponentIntrospect"/>
2222
<interface uuid="f60980ce-bdbd-11e8-a355-529269fb1459" name="IKeyframeRetriever" description="IKeyframeRetriever"/>

tests/ClosestKeyframeRetrieval/packagedependencies.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
SolARFramework|0.5.1|SolARFramework|bcomBuild|url_repo_artifactory
2-
SolARModuleOpenCV|0.5.1|SolARModuleOpenCV|bcomBuild|url_repo_artifactory
3-
SolARModuleFBOW|0.5.1|SolARModuleFBOW|bcomBuild|url_repo_artifactory
1+
SolARFramework|0.5.2|SolARFramework|bcomBuild|url_repo_artifactory
2+
SolARModuleOpenCV|0.5.2|SolARModuleOpenCV|bcomBuild|url_repo_artifactory
3+
SolARModuleFBOW|0.5.2|SolARModuleFBOW|bcomBuild|url_repo_artifactory
44
xpcf|2.1.0|xpcf|thirdParties|http://repository.b-com.com/
55
boost|1.68.0|boost|thirdParties|http://repository.b-com.com/
66
opencv|3.4.3|opencv|thirdParties|http://repository.b-com.com/

xpcf_SolARModuleFBOW_registry.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
22
<xpcf-registry>
3-
<module uuid="b81f0b90-bdbc-11e8-a355-529269fb1459" name="SolARModuleFBOW" description="SolARModuleFBOW" path="$BCOMDEVROOT/bcomBuild/SolARModuleFBOW/0.5.0/lib/x86_64/shared">
3+
<module uuid="b81f0b90-bdbc-11e8-a355-529269fb1459" name="SolARModuleFBOW" description="SolARModuleFBOW" path="$BCOMDEVROOT/bcomBuild/SolARModuleFBOW/0.5.2/lib/x86_64/shared">
44
<component uuid="9d1b1afa-bdbc-11e8-a355-529269fb1459" name="SolARKeyframeRetrieverFBOW" description="SolARKeyframeRetrieverFBOW">
55
<interface uuid="125f2007-1bf9-421d-9367-fbdc1210d006" name="IComponentIntrospect" description="IComponentIntrospect"/>
66
<interface uuid="f60980ce-bdbd-11e8-a355-529269fb1459" name="IKeyframeRetriever" description="IKeyframeRetriever"/>

0 commit comments

Comments
 (0)