Skip to content

Commit

Permalink
prettify md files ✍️
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapegnik committed Sep 4, 2018
1 parent b5c2ecb commit fb4cc27
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ Course work on [FAMCS](http://www.fpmi.bsu.by/en/main.aspx),

### requirements:

* [Qt](https://www.qt.io/download/) ~5.7
* [cmake](https://cmake.org/download/) ~3.5.2
* [OpenCV](https://www.gittip.com/OpenCV/) ~2.4.13
* [FreeImage](http://freeimage.sourceforge.net/) ~3.17.0
* [Eigen](eigen.tuxfamily.org/) ~3.2.10
* [Ceres-solver](http://ceres-solver.org/building.html) ~1.11.0
* [Glog](https://github.com/google/glog) ~0.3.4
* [Boost](http://www.boost.org/) ~1.60.0
* [Glew](http://glew.sourceforge.net/install.html) ~2.0.0
* [jpeg](http://libjpeg.sourceforge.net/) ~8d
* OpenGL
* Threads
- [Qt](https://www.qt.io/download/) ~5.7
- [cmake](https://cmake.org/download/) ~3.5.2
- [OpenCV](https://www.gittip.com/OpenCV/) ~2.4.13
- [FreeImage](http://freeimage.sourceforge.net/) ~3.17.0
- [Eigen](eigen.tuxfamily.org/) ~3.2.10
- [Ceres-solver](http://ceres-solver.org/building.html) ~1.11.0
- [Glog](https://github.com/google/glog) ~0.3.4
- [Boost](http://www.boost.org/) ~1.60.0
- [Glew](http://glew.sourceforge.net/install.html) ~2.0.0
- [jpeg](http://libjpeg.sourceforge.net/) ~8d
- OpenGL
- Threads

### install:

Expand Down Expand Up @@ -61,9 +61,9 @@ or

### development:

* import code style settings for JetBrains IDEs from `CodeStyle.xml`
- import code style settings for JetBrains IDEs from `CodeStyle.xml`

* use `utils/find_obj.py` for bruteforce matching images, usage:
- use `utils/find_obj.py` for bruteforce matching images, usage:
```
python find_obj.py <image_to_find> # --feature=orb --in=in/ --out=out/ by default
```

0 comments on commit fb4cc27

Please sign in to comment.