GraphSim TK 2.2.4¶
New features¶
OEFPDatabaseOptions class has been added to allow simultaneous fingerprint database searches.
OEFPDatabase::GetScores
andOEFPDatabase::GetSortedScores
methods have been overloaded. The new versions take an OEFPDatabaseOptions search parameter.OEFPDatabase::SetDescendingOrder
andOEFPDatabase::GetDescendingOrder
methods have been added to allow setting the order in which the fingerprint scores are returned by theOEFPDatabase::GetSortedScores
method to be set.
Minor bug fixes¶
OEFPDatabase::GetScores
andOEFPDatabase::GetSortedScores
now throw warnings instead of error messages in the case of fingerprint type mismatches before returning an empty iterator.