File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Fast ROI v1.2
1+ Fast ROI v1.3
22=======================
33The FAST ROI library is useful for quickly extracting the coordinates of a rotating rectangular ROI and donut ROI
44also 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
3940How 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
You can’t perform that action at this time.
0 commit comments