-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from SINTEF/annotation_samples
Annotation samples
- Loading branch information
Showing
10 changed files
with
89 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<deployment-project plugin="plugin.toolbox" plugin-version="1.0"> | ||
<configuration build-checksum="262599229" file="C:\Users\aliv\work\autoactive-matlab-toolbox\AutoActive.prj" location="C:\Users\aliv\work\autoactive-matlab-toolbox" name="AutoActive" target="target.toolbox" target-name="Package Toolbox"> | ||
<configuration build-checksum="1918099377" file="C:\Users\aliv\work\autoactive\AutoActive-Matlab-toolbox\AutoActive.prj" location="C:\Users\aliv\work\autoactive\AutoActive-Matlab-toolbox" name="AutoActive" target="target.toolbox" target-name="Package Toolbox"> | ||
<param.appname>AutoActive Research Environment Toolbox</param.appname> | ||
<param.authnamewatermark>Anders Liverud</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
|
@@ -13,9 +13,10 @@ Key Features | |
- Import of sensor data from multiple sensor types and formats including videos | ||
- Read and write AAZ archives from/to ActivityPresenter | ||
- Convertion between AAZ formats and MATLAB formats | ||
- Merging av data and video from multiple sensor systems for time synchronziation and data analysis/viewing</param.description> | ||
- Merging av data and video from multiple sensor systems for time synchronziation and data analysis/viewing | ||
- Annotations</param.description> | ||
<param.screenshot>${PROJECT_ROOT}\AutoActive.JPG</param.screenshot> | ||
<param.version>1.0.0</param.version> | ||
<param.version>2.0.0</param.version> | ||
<param.output>${PROJECT_ROOT}\AutoActive Research Environment Toolbox.mltbx</param.output> | ||
<param.products.name /> | ||
<param.products.id /> | ||
|
@@ -37,6 +38,9 @@ Key Features | |
</param.matlabpath.excludes> | ||
<param.javaclasspath.excludes /> | ||
<param.exported.on.package>false</param.exported.on.package> | ||
<param.required.addons /> | ||
<param.matlab.project.id /> | ||
<param.matlab.project.name /> | ||
<param.release.start>R2018b</param.release.start> | ||
<param.release.end>latest</param.release.end> | ||
<param.release.current.only>false</param.release.current.only> | ||
|
@@ -65,6 +69,9 @@ Key Features | |
<param.docs /> | ||
<param.javaclasspath.excludes /> | ||
<param.exported.on.package /> | ||
<param.required.addons /> | ||
<param.matlab.project.id /> | ||
<param.matlab.project.name /> | ||
<param.release.current.only /> | ||
<param.compatiblity.windows /> | ||
<param.compatiblity.macos /> | ||
|
@@ -92,11 +99,11 @@ Key Features | |
<fileset.depfun.excluded /> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="C:\Users\aliv\work\autoactive-matlab-toolbox" name="AutoActive Research Environment Toolbox.mltbx" optional="false">C:\Users\aliv\work\autoactive-matlab-toolbox\AutoActive Research Environment Toolbox.mltbx</file> | ||
<file location="${PROJECT_ROOT}" name="AutoActive Research Environment Toolbox.mltbx" optional="false">C:\Users\aliv\work\autoactive\AutoActive-Matlab-toolbox\AutoActive Research Environment Toolbox.mltbx</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
<root>C:\Program Files\MATLAB\R2018b</root> | ||
<root>C:\Program Files\MATLAB\R2022a</root> | ||
<toolboxes /> | ||
</matlab> | ||
<platform> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2016 | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<project-shared-configuration> | ||
<!-- | ||
This file contains additional configuration written by modules in the NetBeans IDE. | ||
The configuration is intended to be shared among all the users of project and | ||
therefore it is assumed to be part of version control checkout. | ||
Without this configuration present, some functionality in the IDE may be limited or fail altogether. | ||
--> | ||
<properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1"> | ||
<!-- | ||
Properties that influence various parts of the IDE, especially code formatting and the like. | ||
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up. | ||
That way multiple projects can share the same settings (useful for formatting rules for example). | ||
Any value defined here will override the pom.xml file value but is only applicable to the current project. | ||
--> | ||
<netbeans.hint.jdkPlatform>JDK_1.8</netbeans.hint.jdkPlatform> | ||
</properties> | ||
</project-shared-configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project-shared-configuration> | ||
<!-- | ||
This file contains additional configuration written by modules in the NetBeans IDE. | ||
The configuration is intended to be shared among all the users of project and | ||
therefore it is assumed to be part of version control checkout. | ||
Without this configuration present, some functionality in the IDE may be limited or fail altogether. | ||
--> | ||
<properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1"> | ||
<!-- | ||
Properties that influence various parts of the IDE, especially code formatting and the like. | ||
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up. | ||
That way multiple projects can share the same settings (useful for formatting rules for example). | ||
Any value defined here will override the pom.xml file value but is only applicable to the current project. | ||
--> | ||
<netbeans.hint.jdkPlatform>JDK_1.8</netbeans.hint.jdkPlatform> | ||
</properties> | ||
</project-shared-configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
function versionString = ToolboxVersion() | ||
|
||
versionString = 'Autoactive matlab v1.0.0'; | ||
versionString = 'Autoactive matlab v2.0.0'; | ||
end | ||
|
Binary file not shown.
Binary file renamed
BIN
+33.3 MB
...interface-1.0.0-jar-with-dependencies.jar → ...interface-2.0.0-jar-with-dependencies.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters