Programming note: the Person objects are returned with the matching score set, and the indication of whether they were a fingerprint match is also set. We want to avoid setting these values in the person object that is the in-memory copy of the database. So we do a shallow clone of the in-memory database person object. Then we can set these return object properties. @return list of Person objects from the candidate set.
|
|