Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
CppPhil committed Nov 19, 2020
1 parent 58273f8 commit 680d030
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ EXCLUDE_SYMLINKS = NO
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*

EXCLUDE_PATTERNS =
EXCLUDE_PATTERNS = */segmentation_points_imported_from_python/*

# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
Expand Down
4 changes: 0 additions & 4 deletions confusion_matrix/include/confusion_matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
#include <cstdint>

namespace cm {
// TODO:
// TODO: Iterate over all the valid hardware timestamps for each Path thingie
// and check if the current timestamp is a true positive, true negative
// false positive or false negative
class ConfusionMatrix {
public:
using this_type = ConfusionMatrix;
Expand Down
Binary file modified documentation/cpp_documentation.pdf
Binary file not shown.

0 comments on commit 680d030

Please sign in to comment.