From 983e939127d8b4d629db355f6614fc0a8f2a4e39 Mon Sep 17 00:00:00 2001 From: BongHoe Koo <42884297+gellston@users.noreply.github.com> Date: Tue, 1 Feb 2022 01:07:23 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fa51f1..40236e5 100644 --- a/README.md +++ b/README.md @@ -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; @@ -35,6 +35,7 @@ Performance |Name|fps| |------|---| |fast::fastBlob ***(video 1920x1080)***|15~20ms elapse time| +|fast::fastBlob(blobFill) ***(video 1920x1080)***|Unknown| How to use? ======================= @@ -169,7 +170,9 @@ int main()
- +

Blob box detection example

+ +

Blob filter example (fast::fastBlob::blobFill)