How does zoneminder come up with a score for an image?

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
lazyleopard
Posts: 403
Joined: Tue Mar 02, 2004 6:12 pm
Location: Gloucestershire, UK

How does zoneminder come up with a score for an image?

Post by lazyleopard »

How does zoneminder come up with a score for an image?

Obviously there are elements of blob size and blob count in there, but what about things like pixel value differences, etc?

Are there ways to tailor the scoring so that blobs of (say) 400 pixels or so whould score much higher than blobs of (say) 10000 pixels?
Rick Hewett
User avatar
nugget
Posts: 42
Joined: Mon Dec 08, 2003 7:52 pm
Location: Sydney, Australia
Contact:

Post by nugget »

Can anyone answer the question above?

I am attempting to write some documentation on how to configure motion capture zones, best practices, techniques I have learnt, etc. Exactly what does the score on the stats window tell me?

Based on score, can I tune the zone threshhold (pixel thresholds, etc) to eliminate the noise?
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Hi,

The algorithm is published, but only in the code. I'll try and extract it and put it here. It is a little arbitrary though and aims to basically give a bigger score to fewer large contiguous objects than many smaller ones. It's not too complicated though.

Phil,
Locked