-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Frame class updated, ConfigReader class updated, Documentation updated
- Loading branch information
1 parent
8c23b29
commit 13021ed
Showing
6 changed files
with
91 additions
and
118 deletions.
There are no files selected for viewing
Submodule ConfigReader
updated
from e3fba8 to 1bc8b9
Submodule Frame
updated
8 files
+ − | Frame_C++_class_v5.0.7.pdf | |
+201 −0 | LICENSE | |
+0 −13 | LICENSE.txt | |
+83 −117 | README.md | |
+1 −1 | src/CMakeLists.txt | |
+7 −7 | src/Frame.h | |
+2 −2 | src/FrameVersion.h | |
+1 −1 | test/main.cpp |
Binary file renamed
BIN
+281 KB
...Detector_interface_C++_library_v1.7.0.pdf → ...Detector_interface_C++_library_v1.7.1.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |