Skip to content

Commit

Permalink
NO CHANGE RECORD
Browse files Browse the repository at this point in the history
  • Loading branch information
bairesearch committed May 30, 2017
1 parent 84743ea commit d421742
Show file tree
Hide file tree
Showing 36 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion ATOR/ATORTHimageCategorisationNN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORTHimageCategorisationNN.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
* Test Harness for OR Image Categorisation NN method (not yet implemented)
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORTHimageCategorisationNN.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORTHimageCategorisationNN.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
* Test Harness for OR Image Categorisation NN method (not yet implemented)
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORTHmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORTHmain.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
* NB pointmap is a new addition for test streamlining; NB in test scenarios 2 and 3, there will be no pointmap available; the pointmap will have to be generated after depth map is obtained by using calculatePointUsingTInWorld()
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORTHmain.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORTHmain.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions ATOR/ATORcomparison.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORcomparison.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down Expand Up @@ -309,7 +309,7 @@ double ORcomparisonClass::compareNormalisedSnapshots(const int numberOfTestPolys
string ICRheader = "";
if(OR_GENERATE_IMAGE_COMPARITOR_RESULTS_NO_EXPLICIT_CONFIDENTIAL_WARNINGS)
{
ICRheader = ICRheader + "<HTML><HEAD><TITLE>Results </TITLE><style type=\"text/css\">TD { font-size:50%; } </style></HEAD><BODY>Results<p>Project Version: 3k3a 19-May-2017<p>";
ICRheader = ICRheader + "<HTML><HEAD><TITLE>Results </TITLE><style type=\"text/css\">TD { font-size:50%; } </style></HEAD><BODY>Results<p>Project Version: 3k4a 21-May-2017<p>";
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORcomparison.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORcomparison.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORdatabaseDecisionTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORdatabaseDecisionTree.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORdatabaseDecisionTree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORdatabaseDecisionTree.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORdatabaseFileIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORdatabaseFileIO.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORdatabaseFileIO.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORdatabaseFileIO.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORdatabaseSQL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORdatabaseSQL.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORdatabaseSQL.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORdatabaseSQL.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORfeatureGeneration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORfeatureGeneration.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
* Assumes that depth information is less accurate than image information
*
Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORfeatureGeneration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORfeatureGeneration.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORglobalDefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: SHAREDglobalDefs.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Description: Generic Construct Functions: shared global definitions (configure to compile different BAI projects)
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORglobalDefs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORglobalDefs.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: OR specific global definitions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
* Preconditions: Assume Linux EL5 or Windows XP or is installed
*
* 1. Object Recognition Software Installation Instructions;
Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORimagecomparison.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORimagecomparison.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORimagecomparison.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORimagecomparison.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions ATOR/ATORmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORmain.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down Expand Up @@ -324,7 +324,7 @@ int main(const int argc,const char* *argv)

if(SHAREDvarsClass().argumentExists(argc, argv, "-version"))
{
cout << "ATOR.exe - Project Version: 3k3a 19-May-2017" << endl;
cout << "ATOR.exe - Project Version: 3k4a 21-May-2017" << endl;
exit(EXIT_OK);
}

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORmain.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORmain.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORmethod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORmethod.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
* NB pointmap is a new addition for test streamlining; NB in test scenarios 2 and 3, there will be no pointmap available; the pointmap will have to be generated after depth map is obtained by using calculatePointUsingTInWorld()
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORmethod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORmethod.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORmethod2DOD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORmethod2DOD.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
* NB pointmap is a new addition for test streamlining; NB in test scenarios 2 and 3, there will be no pointmap available; the pointmap will have to be generated after depth map is obtained by using calculatePointUsingTInWorld()
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORmethod2DOD.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORmethod2DOD.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORmethod3DOD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORmethod3DOD.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
* NB pointmap is a new addition for test streamlining; NB in test scenarios 2 and 3, there will be no pointmap available; the pointmap will have to be generated after depth map is obtained by using calculatePointUsingTInWorld()
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORmethod3DOD.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORmethod3DOD.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORoperations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORoperations.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORoperations.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORoperations.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORpixelMaps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORpixelMaps.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORpixelMaps.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORpixelMaps.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORpolygonList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORpolygonList.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORpolygonList.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORpolygonList.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: ATOR (Axis Transformation Object Recognition) Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORquadraticFit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORquadraticFit.cpp (based on EdgiseFrame.java, version 1.17 (26-02-04) CSEM)
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: Generic Construct Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
* Assumes that depth information is less accurate than image information
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORquadraticFit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORquadraticFit.hpp (based on EdgiseFrame.java, version 1.17 (26-02-04) CSEM)
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: Generic Construct Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORrules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORrules.cpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: Generic Construct Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion ATOR/ATORrules.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* File Name: ATORrules.hpp
* Author: Richard Bruce Baxter - Copyright (c) 2005-2017 Baxter AI (baxterai.com)
* Project: Generic Construct Functions
* Project Version: 3k3a 19-May-2017
* Project Version: 3k4a 21-May-2017
*
*******************************************************************************/

Expand Down

0 comments on commit d421742

Please sign in to comment.