From b55713cae32fe4e0043dd2586d12c180c3f6d049 Mon Sep 17 00:00:00 2001 From: saundersp Date: Mon, 22 Jul 2024 22:06:51 +0200 Subject: [PATCH] Fix some typos --- cpp/ViolaJones.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/ViolaJones.hpp b/cpp/ViolaJones.hpp index 3473292..2a276ca 100644 --- a/cpp/ViolaJones.hpp +++ b/cpp/ViolaJones.hpp @@ -9,7 +9,7 @@ * @tparam T Inner type of the arrays to test * @param cpu CPU Array * @param gpu GPU Array - * @return Whether the test was succesful + * @return Whether the test was successful */ template bool unit_test_cpu_vs_gpu(const np::Array& cpu, const np::Array& gpu) noexcept { @@ -249,7 +249,7 @@ np::Array classify_viola_jones(const np::Array&, const np::A np::Array init_weights(const np::Array&) noexcept; /** - * @brief Select the best classifer given their predictions. + * @brief Select the best classifier given their predictions. * * @param classifiers The weak classifiers * @param weights Trained weights of each classifiers @@ -261,7 +261,7 @@ std::tuple> select_best(const np::Array const np::Array&) noexcept; /** - * @brief Train the weak calssifiers. + * @brief Train the weak classifiers. * * @param T Number of weak classifiers * @param X_feat Integrated features