Skip to content

Commit

Permalink
Fix broken Markdown headings
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed Apr 17, 2017
1 parent ded8dcd commit 1bd4a4d
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 47 deletions.
18 changes: 9 additions & 9 deletions README (ARToolKit for Android).md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Read me for ARToolKit for Android
# Read me for ARToolKit for Android


##Contents
## Contents

- About this archive
- Requirements
Expand All @@ -12,7 +12,7 @@
- Next steps


##About this archive
## About this archive

This archive contains the ARToolKit libraries, utilities and examples for Android, version 5.3.3.

Expand All @@ -28,7 +28,7 @@ ARToolKit is designed to build on Windows, Macintosh OS X, Linux, iOS and Androi
2016-xx-xx


##Requirements
## Requirements

Requirements:
- Android SDK Tools, r24.4.1 (October 2015) or later recommended.
Expand All @@ -42,12 +42,12 @@ Requirements:
ARToolKit is supplied as pre-built binaries for each platform, plus full source code for the SDK libraries, utilities, and examples, and documentation. If you wish to view the source for the desktop-only utilities, you will also need to use this Android release alongside ARToolKit v5.x for Mac OS X, Windows, or Linux.


##Getting started
## Getting started

For full instructions on using this SDK, please refer to the online user guide at http://www.artoolkit.org/documentation/#Android.


##Training new markers
## Training new markers

The utilities required to train new square and NFT markers are provide in the ‘bin’ directory of the SDK. The utilities are command-line Windows/OS X executables which should be run from a Terminal environment.

Expand All @@ -70,7 +70,7 @@ Usage (Windows):
- checkResolution.exe Data/camera_para.dat (change camera_para.dat to the correct camera calibration file for your device, camera and resolution).


##Release notes
## Release notes

This release contains ARToolKit v5.3.3 for Android.

Expand Down Expand Up @@ -112,14 +112,14 @@ ARToolKit 5.2 and later for Android supports fetching of camera calibration data
Please see [http://www.artoolkit.org/documentation/Using_automatic_online_camera_calibration_retrieval](http://www.artoolkit.org/documentation/Using_automatic_online_camera_calibration_retrieval) for details on this feature and the code changes required.


##libKPM usage
## libKPM usage

libKPM, which performs key-point matching for NFT page recognition and initialization now use a FREAK detector framework, contributed by DAQRI. Unlike the previous commercial version of libKPM which used SURF features, FREAK is not encumbered by patents. libKPM now joins the other core ARToolKit libraries under an LGPLv3 license. Additionally the new libKPM no longer has dependencies on OpenCV’s FLANN library, which should simplify app builds and app distribution on all supported platforms.

Existing holders of a commercial license to ARToolKit Professional v5.x may use libKPM from ARToolKit v5.2 under the terms of their current license for the remainder of its duration. Please contact us via info@artoolkit.org if you are an existing user of ARToolKit Professional with questions.


##Next steps
## Next steps

We have made a forum for discussion of ARToolKit for Android development available on our community website.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Read me for ARToolKit for Windows Phone 8.1 and Windows Store 8.1
# Read me for ARToolKit for Windows Phone 8.1 and Windows Store 8.1

##Contents
## Contents

- About this archive
- Requirements
Expand All @@ -12,7 +12,7 @@
- Next steps


##About this archive
## About this archive

This archive contains the ARToolKit libraries and utilities for Windows Phone 8.1 and Windows Store 8.1, version 5.3.2.

Expand All @@ -26,7 +26,7 @@ If you intend to publish your app on Microsoft's Windows Store or any other comm
2016-03-23


##Requirements
## Requirements

**Requirements**
- Microsoft Visual Studio 2013 Update 3 or later, running on Windows 8.1 or later.
Expand All @@ -37,12 +37,12 @@ If you intend to publish your app on Microsoft's Windows Store or any other comm
ARToolKit is supplied as pre-built binaries for each platform, plus full source code for the SDK libraries and utilities, and documentation. If you wish to view the source for the desktop-only utilities, you will also need to use this Windows Phone 8.1 and Windows Store 8.1 release alongside ARToolKit v5.x for Mac OS X, Windows, or Linux.


##Installing
## Installing

The SDK is supplied as an runnable installer. Double-click the installer to begin installation, and then follow the prompts. After installation, items installed will be available under the Applications list.


##Getting started
## Getting started

Locate and run the Visual Studio 2013 Solution file, found in the folder "vs120-winrt" folder inside the "Visual Studio" folder at the root of the SDK.

Expand Down
20 changes: 10 additions & 10 deletions README (ARToolKit for iOS).md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Read me for ARToolKit for iOS
# Read me for ARToolKit for iOS


##Contents
## Contents

- About this archive
- Requirements
Expand All @@ -13,7 +13,7 @@
- Next steps


##About this archive
## About this archive

This archive contains the ARToolKit libraries, utilities and examples for iOS, version 5.3.3.

Expand All @@ -29,7 +29,7 @@ ARToolKit is designed to build on Windows, Macintosh OS X, Linux, iOS and Androi
2016-xx-xx


##Requirements
## Requirements

Requirements:
- Xcode tools v5.0.1 or later and iOS SDK v7.0 or later, running on Mac OS X 10.8 or later.
Expand All @@ -39,14 +39,14 @@ Requirements:
- A printer to print the pattern PDF images "Hiro pattern", "Kanji pattern", "Sample1 pattern", "Sample2 pattern", and "pinball.jpg".


##Installing
## Installing

ARToolKit is supplied as pre-built binaries for each platform, plus full source code for the SDK libraries, utilities, and examples, and documentation. If you wish to view the source for the desktop-only utilities, you will also need to use this iOS release alongside ARToolKit v5.x for Mac OS X, Windows, or Linux.

The SDK is supplied as an archive file (.tar.gz or .zip file) which need only be unpacked to a location of your choice, e.g. ~/SDKs/. Drop the archive into your chosen location and double-click it in the Finder to unpack it.


##Getting started
## Getting started

For full instructions on using this SDK, please refer to the online user guide at [http://www.artoolkit.org/documentation/#iOS](http://www.artoolkit.org/documentation/#iOS).

Expand All @@ -64,7 +64,7 @@ With an appropriate iOS Team Provisioning Profile generated by Xcode, the applic
ARToolKit cannot be used on the iOS simulator. If you've never done any iOS development before, you will benefit by first getting some experience with Apple's SDK and examples so that you're familiar with building and running an iOS app on an actual device.


##Training new markers
## Training new markers

The utilities required to train new square and NFT markers are provide in the "bin" directory of the SDK. The utilities are command-line OS X executables which should be run from a Terminal environment.

Expand All @@ -80,7 +80,7 @@ Usage:
- ./checkResolution Data/camera_para.dat (change camera_para.dat to the correct camera calibration file for your device, camera and resolution).


##Release notes
## Release notes

This release contains ARToolKit v5.3.3 for iOS.

Expand Down Expand Up @@ -115,14 +115,14 @@ ARToolKit v5.2 was the first major release under an open source license in sever
For users of ARToolKit Professional versions 4.0 through 5.1.7, ARToolKit v5.2 and later include a number of changes. Significantly, full source is now provided for the NFT libraries libAR2 and libKPM.


##libKPM usage
## libKPM usage

libKPM, which performs key-point matching for NFT page recognition and initialization now use a FREAK detector framework, contributed by DAQRI. Unlike the previous commercial version of libKPM which used SURF features, FREAK is not encumbered by patents. libKPM now joins the other core ARToolKit libraries under an LGPLv3 license. Additionally the new libKPM no longer has dependencies on OpenCV’s FLANN library, which should simply app builds and app distribution on all supported platforms.

Existing holders of a commercial license to ARToolKit Professional v5.x may use libKPM from ARToolKit v5.2 under the terms of their current license for the remainder of its duration. Please contact us via http://www.artoolkit.org/contact if you are an existing user of ARToolKit Professional with questions.


##Next steps
## Next steps

We have made a forum for discussion of ARToolKit for iOS development available on our community website.

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Read me for ARToolKit
# Read me for ARToolKit

##Contents
## Contents

- About this archive
- Installing
Expand All @@ -11,7 +11,7 @@
- Next steps


#About this archive
# About this archive

This archive contains the ARToolKit libraries, utilities and examples, version 5.3.3.

Expand All @@ -25,18 +25,18 @@ ARToolKit is designed to build on Windows, Macintosh OS X, Linux, iOS and Androi
2016-xx-xx


##Installing
## Installing

ARToolKit is supplied as pre-built binaries for each platform, plus full source code for the SDK libraries, utilities, and examples, and documentation.

###Windows
### Windows

Run the ARToolKit installer executable and follow the prompts.
By default, ARToolKit will be installed into a folder inside your Program Files folder. Start menu items are created to allow you to quickly open the folder containing the installed software, to open a command-line prompt with the path set to this folder, and to read documentation and access this support site. The installer also automatically creates the ARTOOLKIT5_ROOT environment variable to point to your chosen install location.

If you are upgrading to a newer version, it is generally safe to install over the old version. Before upgrading, save any modifications you have made to any ARToolKit source or example code, and then run the installer. The installer will add or update new files, and remove unneeded old files.

###Mac OS X
### Mac OS X

The SDK is supplied as an archive file (.tar.gz or .zip file) which need only be unpacked to a location of your choice, e.g. ~/SDKs/. Drop the archive into your chosen location and double-click it in the Finder to unpack it.

Expand All @@ -47,7 +47,7 @@ cd ~/SDKs/ARToolKit5/
./share/artoolkit5-setenv
```

###Linux
### Linux

The SDK is supplied as an archive file (.tar.gz) which need only be unpacked to a location of your choice, e.g. ~/SDKs/. Move the archive into your chosen location and use the following command in your terminal to unpack it:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
####otool -L libopencv_calib3d.2.4.6.dylib
#### otool -L libopencv_calib3d.2.4.6.dylib
libopencv_calib3d.2.4.6.dylib:
> @loader_path/libopencv_calib3d.2.4.6.dylib (compatibility version 2.4.0, current version 2.4.6)
@loader_path/libopencv_core.2.4.6.dylib (compatibility version 2.4.0, current version 2.4.6)
Expand All @@ -10,14 +10,14 @@ libopencv_calib3d.2.4.6.dylib:
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 56.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)

####otool -L libopencv_core.2.4.6.dylib
#### otool -L libopencv_core.2.4.6.dylib
libopencv_core.2.4.6.dylib:
> @loader_path/libopencv_core.2.4.6.dylib (compatibility version 2.4.0, current version 2.4.6)
/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 56.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)

####otool -L libopencv_features2d.2.4.6.dylib
#### otool -L libopencv_features2d.2.4.6.dylib
libopencv_features2d.2.4.6.dylib:
> @loader_path/libopencv_features2d.2.4.6.dylib (compatibility version 2.4.0, current version 2.4.6)
@loader_path/libopencv_core.2.4.6.dylib (compatibility version 2.4.0, current version 2.4.6)
Expand All @@ -28,15 +28,15 @@ libopencv_features2d.2.4.6.dylib:
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 56.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)

####otool -L libopencv_flann.2.4.6.dylib
#### otool -L libopencv_flann.2.4.6.dylib
libopencv_flann.2.4.6.dylib:
> @loader_path/libopencv_flann.2.4.6.dylib (compatibility version 2.4.0, current version 2.4.6)
@loader_path/libopencv_core.2.4.6.dylib (compatibility version 2.4.0, current version 2.4.6)
/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 56.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)

####otool -L libopencv_highgui.2.4.6.dylib
#### otool -L libopencv_highgui.2.4.6.dylib
libopencv_highgui.2.4.6.dylib:
> @loader_path/libopencv_highgui.2.4.6.dylib (compatibility version 2.4.0, current version 2.4.6)
@loader_path/libopencv_core.2.4.6.dylib (compatibility version 2.4.0, current version 2.4.6)
Expand All @@ -53,7 +53,7 @@ libopencv_highgui.2.4.6.dylib:
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo (compatibility version 1.2.0, current version 1.8.0)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 945.18.0)

####otool -L libopencv_imgproc.2.4.6.dylib
#### otool -L libopencv_imgproc.2.4.6.dylib
libopencv_imgproc.2.4.6.dylib:
> @loader_path/libopencv_imgproc.2.4.6.dylib (compatibility version 2.4.0, current version 2.4.6)
@loader_path/libopencv_core.2.4.6.dylib (compatibility version 2.4.0, current version 2.4.6)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
####otool -L libopencv_calib3d.3.1.0.dylib
#### otool -L libopencv_calib3d.3.1.0.dylib
libopencv_calib3d.3.1.0.dylib:
before
> libopencv_calib3d.3.1.dylib (compatibility version 3.1.0, current version 3.1.0)
Expand Down Expand Up @@ -26,7 +26,7 @@ after
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)

####otool -L libopencv_core.3.1.0.dylib
#### otool -L libopencv_core.3.1.0.dylib
libopencv_core.3.1.0.dylib:
before
> libopencv_core.3.1.dylib (compatibility version 3.1.0, current version 3.1.0)
Expand All @@ -38,7 +38,7 @@ after
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)

####otool -L libopencv_features2d.3.1.0.dylib
#### otool -L libopencv_features2d.3.1.0.dylib
libopencv_features2d.3.1.0.dylib:
before
> libopencv_features2d.3.1.dylib (compatibility version 3.1.0, current version 3.1.0)
Expand All @@ -64,7 +64,7 @@ after
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)

####otool -L libopencv_flann.3.1.0.dylib
#### otool -L libopencv_flann.3.1.0.dylib
libopencv_flann.3.1.0.dylib:
before
> libopencv_flann.3.1.dylib (compatibility version 3.1.0, current version 3.1.0)
Expand All @@ -78,7 +78,7 @@ after
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)

####otool -L libopencv_ml.3.1.0.dylib
#### otool -L libopencv_ml.3.1.0.dylib
libopencv_ml.3.1.0.dylib:
before
> libopencv_ml.3.1.dylib (compatibility version 3.1.0, current version 3.1.0)
Expand All @@ -92,7 +92,7 @@ after
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)

####otool -L libopencv_highgui.3.1.0.dylib
#### otool -L libopencv_highgui.3.1.0.dylib
libopencv_highgui.3.1.0.dylib:
before
>libopencv_highgui.3.1.dylib (compatibility version 3.1.0, current version 3.1.0)
Expand Down Expand Up @@ -122,7 +122,7 @@ after
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1404.46.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1258.1.0)

####otool -L libopencv_videoio.3.1.0.dylib
#### otool -L libopencv_videoio.3.1.0.dylib
libopencv_videoio.3.1.0.dylib:
before
>libopencv_videoio.3.1.dylib (compatibility version 3.1.0, current version 3.1.0)
Expand Down Expand Up @@ -154,7 +154,7 @@ after
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1258.1.0)
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo (compatibility version 1.2.0, current version 1.5.0)

####otool -L libopencv_imgcodecs.3.1.dylib
#### otool -L libopencv_imgcodecs.3.1.dylib
libopencv_imgcodecs.3.1.dylib:
before
>libopencv_imgcodecs.3.1.dylib (compatibility version 3.1.0, current version 3.1.0)
Expand All @@ -170,7 +170,7 @@ after
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)

####otool -L libopencv_imgproc.3.1.0.dylib
#### otool -L libopencv_imgproc.3.1.0.dylib
libopencv_imgproc.3.1.0.dylib:
before
> libopencv_imgproc.3.1.dylib (compatibility version 3.1.0, current version 3.1.0)
Expand Down

0 comments on commit 1bd4a4d

Please sign in to comment.