From 7509e5ffe97f825462e6a1329aa15088a49d1c10 Mon Sep 17 00:00:00 2001 From: Pandapowr <144907656+PandapowrTR@users.noreply.github.com> Date: Tue, 7 May 2024 20:04:56 +0300 Subject: [PATCH] Update CHANGELOG.txt --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7a1ae8b..9ccbf9b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -61,5 +61,6 @@ Improved performance of deleteSimilarDetections function using threading. Warnin - DominateLabeledImage: - Images are now stored in memory instead of operations such as reading, writing and deleting files. However, the speed of the method needs to be increased. - Multithreading structure has been edited. + - Fix Checking similar detections percent. - DominateImage: - imgAreSimilar method now accepts numpy arrays