Skip to content

Commit

Permalink
Frame class updated, ConfigReader class updated, Documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantRobotics committed Mar 25, 2024
1 parent 8c23b29 commit 13021ed
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 118 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/ConfigReader
2 changes: 1 addition & 1 deletion 3rdparty/Frame
Binary file not shown.
199 changes: 86 additions & 113 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.13)
## LIBRARY-PROJECT
## name and version
###############################################################################
project(ObjectDetector VERSION 1.6.1 LANGUAGES CXX)
project(ObjectDetector VERSION 1.7.1 LANGUAGES CXX)



Expand Down
4 changes: 2 additions & 2 deletions src/ObjectDetectorVersion.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define OBJECT_DETECTOR_MAJOR_VERSION 1
#define OBJECT_DETECTOR_MINOR_VERSION 6
#define OBJECT_DETECTOR_MINOR_VERSION 7
#define OBJECT_DETECTOR_PATCH_VERSION 1

#define OBJECT_DETECTOR_VERSION "1.6.1"
#define OBJECT_DETECTOR_VERSION "1.7.1"

0 comments on commit 13021ed

Please sign in to comment.