Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gellston committed Jan 31, 2022
1 parent 80fce2b commit 983e939
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Fast ROI v1.2
Fast ROI v1.3
=======================
The FAST ROI library is useful for quickly extracting the coordinates of a rotating rectangular ROI and donut ROI
also it support blob detection;
Expand Down Expand Up @@ -35,6 +35,7 @@ Performance
|Name|fps|
|------|---|
|fast::fastBlob ***(video 1920x1080)***|15~20ms elapse time|
|fast::fastBlob(blobFill) ***(video 1920x1080)***|Unknown|

How to use?
=======================
Expand Down Expand Up @@ -169,7 +170,9 @@ int main()
<center>

<img src="https://github.com/gellston/FastROI/blob/main/images/fastBlob.gif?raw=true" >

<p>Blob box detection example</p>
<img src="https://github.com/gellston/FastROI/blob/main/images/blobFilter.gif?raw=true" >
<p>Blob filter example (fast::fastBlob::blobFill)</p>
</center>


Expand Down

0 comments on commit 983e939

Please sign in to comment.