Skip to content

Commit

Permalink
API update; functions can be called in multiple threads.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiqiYu committed Nov 10, 2016
1 parent 035fd49 commit 3f7fc7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2016-11-10
---------------------
* The API was updated. std::vector was involved.
* The functions can be called in multiple threads at the same time.

2016-10-6
---------------------
* The algorithm has been speeded up greatly (2x to 3x).
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ FDDB: http://vis-www.cs.umass.edu/fddb/index.html
* minimal window size = 16
* the heights of the face rectangles are scaled to 1.2 to fit the ground truth data in FDDB.

Tip
-------------
* Do NOT use the functions in multiple threads. The memory used in the functions is not protected according to multiple threads.

Author
-------------
Expand Down

0 comments on commit 3f7fc7b

Please sign in to comment.