Skip to content

Anomaly detection #34

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

jksemple
Copy link

@jksemple jksemple commented May 7, 2024

Here is an implementation of my proposed feature request

jksemple added 2 commits May 6, 2024 17:31
Update an external float variable with the movingRatio calculated internally to permit calibration of the detection ration threshold within an app
Detect anomalies = like motion detection but producing a signal throughout the period that an anomaly is present in the camera frame
Copy link
Owner

@eloquentarduino eloquentarduino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The moving points ratio is already exposed publicly, no need to pass a pointer. You can access it using detection.movingRatio (assigned in line 131 in detection.h file)

Copy link
Owner

@eloquentarduino eloquentarduino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need some time to digest this pull request. Anomaly detection as you explained it is in the scope of this library, so I will add it.

jksemple added 3 commits July 8, 2024 11:13
Remove unnecessary exposure of movingRatio member
Anomaly detection
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants