From 889f6ca17c22dc8639d9d7ee70b9132ecbc504ff Mon Sep 17 00:00:00 2001 From: Pandapowr <144907656+PandapowrTR@users.noreply.github.com> Date: Mon, 13 May 2024 08:21:09 +0300 Subject: [PATCH] Update CHANGELOG.txt --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9ccbf9b..2458310 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -62,5 +62,6 @@ Improved performance of deleteSimilarDetections function using threading. Warnin - 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. + - Progress output improved. - DominateImage: - imgAreSimilar method now accepts numpy arrays