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