Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yipuzhao committed Apr 14, 2020
1 parent 0aa1142 commit 7bb1db8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ alt="SLAM View of MapHash vs. Baseline ORB" width="760" height="320" border="10"


Following **additional features** are also included for practical applications:
- catkinize (by default; for non-ros usage, check out the **master** branch instead);
- GPU accelerated FAST detection (uncomment Macro **CUDA_ACC_FAST** in **ORBextractor.h** to enable it);
- sped-up lazy stereo matching (uncomment Macro **ALTER_STEREO_MATCHING** & **DELAYED_STEREO_MATCHING** in **Frame.h** to enable it; for fisheye lens, uncomment **USE_FISHEYE_DISTORTION** as well);
- map saving & loading modules (uncomment Macro **ENABLE_MAP_IO** in **Frame.h** to enable them)
- pose initialization with ChAruco (uncomment Macro **INIT_WITH_ARUCHO** in **Tracking.h** to enable it) out the master branch)
- **catkinize** (by default; for non-ros usage, check out the **master** branch instead);
- **GPU accelerated FASTdetection** (uncomment Macro **CUDA_ACC_FAST** in **ORBextractor.h** to enable it);
- **speed-up stereo matching** (uncomment Macro **ALTER_STEREO_MATCHING** & **DELAYED_STEREO_MATCHING** in **Frame.h** to enable it; for fisheye lens, uncomment **USE_FISHEYE_DISTORTION** as well);
- **map saving & loading** (uncomment Macro **ENABLE_MAP_IO** in **Frame.h** to enable them)
- **pose initialization** with ChAruco (uncomment Macro **INIT_WITH_ARUCHO** in **Tracking.h** to enable it) out the master branch)

## Build & Run

Expand Down

0 comments on commit 7bb1db8

Please sign in to comment.