Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zddhub committed Apr 26, 2017
1 parent 5d01193 commit f15ef2d
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
Open Sketch Recognize
=====================

[Try via web](http://online.opensse.com).

This is another [OpenSSE demo](http://sr.opensse.com), supported by [OpenSSE](https://github.com/zddhub/opensse).

*Note:* Strictly speaking, this demo is based on **search** method, not **recognize** method now.


Demo - SketchRecognizeDemo
==========================

[Try via web](http://online.opensse.com)

See more recognize results, click [demo videos](http://sr.opensse.com).

![Sketch recognize demo](assets/opensr.gif "Sketch recognize demo")


How to install
How to compile
==============

After installed [OpenSSE](https://github.com/zddhub/opensse), You can compile this like below:
After installed [OpenSSE](https://github.com/zddhub/opensse) and [Qt 5.1+](https://www.qt.io), You can compile this like below:

```sh
cd gui/SketchRecognizeDemo
Expand All @@ -29,6 +21,19 @@ make
```


Demo - SketchRecognizeDemo
==========================

After compiled, you will have our SketchSearchDemo app under `bin` folder, open it like blow:

![Sketch recognize demo](assets/opensr.gif "Sketch recognize demo")

By the way, press 'C' in sketch pad, You will clear the sketch and draw next one.


See more recognize results, click [demo videos](http://sr.opensse.com).


Database
========

Expand Down

0 comments on commit f15ef2d

Please sign in to comment.