Show similarity in app

This commit is contained in:
2025-02-09 23:42:31 +01:00
parent 60a053b929
commit 65faf0230b
7 changed files with 109 additions and 11 deletions
+2
View File
@@ -40,4 +40,6 @@ private:
Rectangle likedTextBox;
Rectangle genTextBox;
Rectangle simTextBox;
float simil = 100.0f;
};
+1 -1
View File
@@ -1,4 +1,4 @@
#include "values/DnaManager.hpp"
#include "values/Similarity.hpp"
namespace DnaStore
{