Skip to content

Commit 983e939

Browse files
committed
Update README.md
1 parent 80fce2b commit 983e939

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Fast ROI v1.2
1+
Fast ROI v1.3
22
=======================
33
The FAST ROI library is useful for quickly extracting the coordinates of a rotating rectangular ROI and donut ROI
44
also it support blob detection;
@@ -35,6 +35,7 @@ Performance
3535
|Name|fps|
3636
|------|---|
3737
|fast::fastBlob ***(video 1920x1080)***|15~20ms elapse time|
38+
|fast::fastBlob(blobFill) ***(video 1920x1080)***|Unknown|
3839

3940
How to use?
4041
=======================
@@ -169,7 +170,9 @@ int main()
169170
<center>
170171

171172
<img src="https://github.com/gellston/FastROI/blob/main/images/fastBlob.gif?raw=true" >
172-
173+
<p>Blob box detection example</p>
174+
<img src="https://github.com/gellston/FastROI/blob/main/images/blobFilter.gif?raw=true" >
175+
<p>Blob filter example (fast::fastBlob::blobFill)</p>
173176
</center>
174177

175178

0 commit comments

Comments
 (0)