Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #15

Merged
merged 1 commit into from May 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -12,17 +12,17 @@ For more information about gSLICr please visit the project website <http://www.r

Other related projects can be found in the Oxford Active Vision Library <http://www.oxvisionlib.org>.

#1. Updates from gSLIC
# 1. Updates from gSLIC
- Works for any size / number of super pixels
- With GTX Titan X, 3.4ms@640x480, 12ms@1280x960, 20ms@1920x1080 image
- Multi-platform supported
- Win8 Visual Studio
- Ubuntu 14.04
- Mac OSX 10.10

#2. Building the System
# 2. Building the System

###2.1 Requirements
### 2.1 Requirements

Several 3rd party libraries are needed for compiling gSLICr. The given version numbers are checked and working, but different versions might be fine as well. Some of the libraries are optional, and skipping them will reduce functionality.

Expand All @@ -38,7 +38,7 @@ Several 3rd party libraries are needed for compiling gSLICr. The given version n
REQUIRED if you want to run the demo, where it is used for reading camera input and displaying UI
available at http://opencv.org/downloads.html

###2.2 Build Process
### 2.2 Build Process

To compile the system, use the standard cmake approach:
```
Expand All @@ -60,7 +60,7 @@ make
```
- press `s` to save current segmentation result to current folder.

#3. What to cite
# 3. What to cite
If you use this code for your research, please kindly cite:
```
@article{gSLICr_2015,
Expand Down