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

Commit 9be7098

Browse files
committed
version 0.6.0
1 parent b55ae5b commit 9be7098

34 files changed

+58
-58
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.2")
4+
set (VERSION_NUMBER "0.6.0")
55
project("SolARModuleOpenCV")
66
set (SOURCES
77
src/SolARModuleOpencv.cpp

SolARModuleOpenCV.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CONFIG -= qt
55
## global defintions : target lib name, version
66
TARGET = SolARModuleOpenCV
77
FRAMEWORK = $$TARGET
8-
VERSION=0.5.2
8+
VERSION=0.6.0
99

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

bcom-SolARModuleOpenCV.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: SolARModuleOpenCV
77
Description:
8-
Version: 0.5.2
8+
Version: 0.6.0
99
Requires:
1010
Libs: -L${libdir} -l${libname}
1111
Libs.private: ${libdir}/${pfx}${libname}.${lext}

packagedependencies-cmake.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opencv|3.4.3|opencv|thirdParties|https://github.com/SolarFramework/binaries/releases/download
2-
SolARFramework|0.5.2|SolARFramework|bcomBuild|https://github.com/SolarFramework/SolarFramework/releases/download
2+
SolARFramework|0.6.0|SolARFramework|bcomBuild|https://github.com/SolarFramework/SolarFramework/releases/download
33
xpcf|2.2.0|xpcf|thirdParties|https://github.com/SolarFramework/binaries/releases/download
44
boost|1.70.0|boost|thirdParties|https://github.com/SolarFramework/binaries/releases/download
55
spdlog|0.14.0|spdlog|thirdParties|https://github.com/SolarFramework/binaries/releases/download

packagedependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opencv|3.4.3|opencv|thirdParties|https://github.com/SolarFramework/binaries/releases/download
2-
SolARFramework|0.5.2|SolARFramework|bcomBuild|https://github.com/SolarFramework/SolarFramework/releases/download
2+
SolARFramework|0.6.0|SolARFramework|bcomBuild|https://github.com/SolarFramework/SolarFramework/releases/download
33
xpcf|2.2.0|xpcf|thirdParties|https://github.com/SolarFramework/binaries/releases/download
44
boost|1.70.0|boost|thirdParties|https://github.com/SolarFramework/binaries/releases/download
55
spdlog|0.14.0|spdlog|thirdParties|https://github.com/SolarFramework/binaries/releases/download

tests/SolARCameraCalibration/static/packagedependencies-cmake.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SolARFramework|0.5.2|SolARFramework|bcomBuild|https://github.com/SolarFramework/SolarFramework/releases/download
2-
SolARModuleOpenCV|0.5.2|SolARModuleOpenCV|bcomBuild|https://github.com/SolarFramework/SolARModuleOpenCV/releases/download
1+
SolARFramework|0.6.0|SolARFramework|bcomBuild|https://github.com/SolarFramework/SolarFramework/releases/download
2+
SolARModuleOpenCV|0.6.0|SolARModuleOpenCV|bcomBuild|https://github.com/SolarFramework/SolARModuleOpenCV/releases/download
33
xpcf|2.2.0|xpcf|thirdParties|https://github.com/SolarFramework/binaries/releases/download
44
boost|1.70.0|boost|thirdParties|https://github.com/SolarFramework/binaries/releases/download
55
opencv|3.4.3|opencv|thirdParties|https://github.com/SolarFramework/binaries/releases/download

tests/SolARCameraCalibration/static/packagedependencies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SolARFramework|0.5.2|SolARFramework|bcomBuild|https://github.com/SolarFramework/SolarFramework/releases/download
2-
SolARModuleOpenCV|0.5.2|SolARModuleOpenCV|bcomBuild|https://github.com/SolarFramework/SolARModuleOpenCV/releases/download
1+
SolARFramework|0.6.0|SolARFramework|bcomBuild|https://github.com/SolarFramework/SolarFramework/releases/download
2+
SolARModuleOpenCV|0.6.0|SolARModuleOpenCV|bcomBuild|https://github.com/SolarFramework/SolARModuleOpenCV/releases/download
33
xpcf|2.2.0|xpcf|thirdParties|https://github.com/SolarFramework/binaries/releases/download
44
boost|1.70.0|boost|thirdParties|https://github.com/SolarFramework/binaries/releases/download
55
opencv|3.4.3|opencv|thirdParties|https://github.com/SolarFramework/binaries/releases/download

tests/SolARDescriptorMatcher/dynamic/conf_DescriptorMatcher.xml

Lines changed: 1 addition & 1 deletion
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.2/lib/x86_64/shared">
4+
<module uuid="15e1990b-86b2-445c-8194-0cbe80ede970" name="SolARModuleOpenCV" description="SolARModuleOpenCV" path="$BCOMDEVROOT/bcomBuild/SolARModuleOpenCV/0.6.0/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"/>

tests/SolARDescriptorMatcher/dynamic/packagedependencies-cmake.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SolARFramework|0.5.2|SolARFramework|bcomBuild|https://github.com/SolarFramework/SolarFramework/releases/download
2-
SolARModuleOpenCV|0.5.2|SolARModuleOpenCV|bcomBuild|https://github.com/SolarFramework/SolARModuleOpenCV/releases/download
1+
SolARFramework|0.6.0|SolARFramework|bcomBuild|https://github.com/SolarFramework/SolarFramework/releases/download
2+
SolARModuleOpenCV|0.6.0|SolARModuleOpenCV|bcomBuild|https://github.com/SolarFramework/SolARModuleOpenCV/releases/download
33
xpcf|2.2.0|xpcf|thirdParties|https://github.com/SolarFramework/binaries/releases/download
44
boost|1.70.0|boost|thirdParties|https://github.com/SolarFramework/binaries/releases/download
55
opencv|3.4.3|opencv|thirdParties|https://github.com/SolarFramework/binaries/releases/download

tests/SolARDescriptorMatcher/dynamic/packagedependencies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SolARFramework|0.5.2|SolARFramework|bcomBuild|https://github.com/SolarFramework/SolarFramework/releases/download
2-
SolARModuleOpenCV|0.5.2|SolARModuleOpenCV|bcomBuild|https://github.com/SolarFramework/SolARModuleOpenCV/releases/download
1+
SolARFramework|0.6.0|SolARFramework|bcomBuild|https://github.com/SolarFramework/SolarFramework/releases/download
2+
SolARModuleOpenCV|0.6.0|SolARModuleOpenCV|bcomBuild|https://github.com/SolarFramework/SolARModuleOpenCV/releases/download
33
xpcf|2.2.0|xpcf|thirdParties|https://github.com/SolarFramework/binaries/releases/download
44
boost|1.70.0|boost|thirdParties|https://github.com/SolarFramework/binaries/releases/download
55
opencv|3.4.3|opencv|thirdParties|https://github.com/SolarFramework/binaries/releases/download

0 commit comments

Comments
 (0)