File ATORmethod Documentation
Automatically generated with Code Structure Viewer (CS), Project Version: 3o4d 17-November-2020
Copyright © 2020, BAI Research. All Rights Reserved.
File Name: ATORmethod.cpp/.hpp
File Description: ATOR method
File Function List
-
-
- ATORmethodInitialise
- ATORmethodTrainOrTest
- createOrAddToInterpolatedMeshAndFeaturesList
- createRGBandPointMap
- createOrAddToInterpolatedMeshReferenceListUsingPointAndRGBMap
- createOrAddPointsToFeaturesList
- createInterpolatedMeshReferenceListUsingMeshList
- convertMeshPointToReferences3DOD
- convertMeshPointToReferences2DOD
- addCornerFeaturesToFeatureListUsingRGBmap
- ATORmethodCompareTestWithTrain
- ATORmethodTrain
- ATORmethodTest
- ATORmethodExit
- compareNormalisedSnapshotExperienceListWithNeuralNetwork
- generateNormalisedSnapshotsUsingPolyList
- setNoiseArraysMethod2DOD
- setNoiseArraysMethod3DOD
- createViFromMultiViewList
File Diagram (functions hierarchy)
Function ATORmethodClass::ATORmethodInitialise()
Function Summary
name | return type | description |
ATORmethodInitialise | bool | ATOR method initialise |
Function Arguments
name | type | description |
imageWidthFacingPoly | const int | image width facing poly |
imageHeightFacingPoly | const int | image height facing poly |
initialiseTrain | const bool | initialise train |
initialiseTest | const bool | initialise test |
clearTrainTable | const bool | clear train table |
dimension | const int | dimension |
sqlIPaddress | const string | sql IP address |
sqlUsername | const string | sql username |
sqlPassword | const string | sql password |
Function Reference List
-
- LDopenglClass::initiateOpenGL
- LDmysqlClass::initiateMySQLserverConnection
- LDmysqlClass::performSQLdeleteAllRowsQuery
- LDmysqlClass::performSQLdeleteAllRowsQuery
- LDmysqlClass::performSQLdeleteAllRowsQuery
- LDmysqlClass::performSQLgetNumRowsQuery
- LDmysqlClass::performSQLgetNumRowsQuery
- ATORcomparisonClass::fillDCTcoeffSelectionArrays
Function Trace
location | current function being traced |
ATORmethod.hpp | ATORmethodInitialise |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodInitialise |
Trace Diagram (magenta)
Function ATORmethodClass::ATORmethodTrainOrTest()
Function Summary
name | return type | description |
ATORmethodTrainOrTest | bool | ATOR method train or test |
Function Arguments
name | type | description |
dimension | int | dimension |
numberOfObjects | const int | number of objects |
objectNameArray[] | string | object name array [] |
objectDataSource | const int | object data source |
vi | RTviewInfo* | vi |
imageWidthFacingPoly | int | image width facing poly |
imageHeightFacingPoly | int | image height facing poly |
maxNumberOfPolygons | const int | max number of polygons |
numberOfViewIndiciesPerObject | const int | number of view indicies per object |
numberOfViewIndiciesPerObjectWithUniquePolygons | int | number of view indicies per object with unique polygons |
numberOfPolys | int* | number of polys |
trainOrTest | const int | train or test |
numberOfZoomIndicies | int | number of zoom indicies |
viewNumber | const int | view number |
multViewListFileName | const string | mult view list file name |
Function Reference List
-
-
- ATORdatabaseFileIOClass::DBgenerateFolderName
-
- SHAREDvarsClass::getTimeAsLong
- LDparserClass::parseFile
- LDreferenceManipulationClass::write2DreferenceListCollapsedTo1DtoFile
- SHAREDvarsClass::getTimeAsLong
- SHAREDvarsClass::getTimeAsLong
- createViFromMultiViewList
- createOrAddToInterpolatedMeshAndFeaturesList
- createInterpolatedMeshReferenceListUsingMeshList
-
-
-
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingMeshList
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingMeshList
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingMeshList
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingMeshList
- SHAREDvarsClass::getTimeAsLong
- SHAREDvarsClass::getTimeAsLong
- ATORoperationsClass::generatePolygonListUsingFeatureListLocalised
- SHAREDvarsClass::getTimeAsLong
- SHAREDvarsClass::getTimeAsLong
- generateNormalisedSnapshotsUsingPolyList
- SHAREDvarsClass::getTimeAsLong
- SHAREDvarsClass::getTimeAsLong
- createOrAddToInterpolatedMeshAndFeaturesList
- createInterpolatedMeshReferenceListUsingMeshList
- SHAREDvarsClass::getTimeAsLong
- SHAREDvarsClass::getTimeAsLong
- ATORoperationsClass::generatePolygonListUsingFeatureListLocalised
- SHAREDvarsClass::getTimeAsLong
- SHAREDvarsClass::getTimeAsLong
- generateNormalisedSnapshotsUsingPolyList
- SHAREDvarsClass::getTimeAsLong
Function Trace
location | current function being traced |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORmethodClass::createOrAddToInterpolatedMeshAndFeaturesList()
Function Summary
name | return type | description |
createOrAddToInterpolatedMeshAndFeaturesList | bool | create or add to interpolated mesh and features list |
Function Arguments
name | type | description |
initialReferenceInSceneFile | LDreference* | initial reference in scene file |
vi | RTviewInfo* | vi |
firstReferenceInInterpolatedMesh | LDreference* | first reference in interpolated mesh |
firstMeshPointInMeshList | ATORmeshPoint* | first mesh point in mesh list |
firstFeatureInList[] | ATORfeature | first feature in list [] |
trainOrTest | const int | train or test |
viewIndex | const int | view index |
objectName | const string | object name |
dimension | int | dimension |
objectDataSource | const int | object data source |
numberOfZoomIndicies | const int | number of zoom indicies |
useEdgeZeroCrossingMap | const bool | use edge zero crossing map |
Function Reference List
-
- createRGBandPointMap
- createOrAddToInterpolatedMeshReferenceListUsingPointAndRGBMap
-
- ATORmethod3DODClass::create3DmeshUsingPointMap3DOD
- ATORmethod3DODClass::create3DmeshUsingPointMap3DOD
- ATORmethod2DODClass::create2DmeshUsingRGBmap2DOD
- createOrAddPointsToFeaturesList
Function Trace
location | current function being traced |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORmethodClass::createRGBandPointMap()
Function Summary
name | return type | description |
createRGBandPointMap | bool | create RGB and point map |
Function Arguments
name | type | description |
initialReferenceInSceneFile | LDreference* | initial reference in scene file |
pointMap | double* | point map |
rgbMap | uchar* | rgb map |
depthMap | double* | depth map |
vi | RTviewInfo* | vi |
trainOrTest | const int | train or test |
viewIndex | const int | view index |
objectName | const string | object name |
dimension | const int | dimension |
objectDataSource | const int | object data source |
Function Reference List
-
- SHAREDvarsClass::convertIntToString
-
- SHAREDvarsClass::getTimeAsLong
- SHAREDvarsClass::convertIntToString
- RTppmClass::loadPPM
- RTpixelMapsClass::createRGBMapFromPixmapImage
- RTppmClass::freePixmap
- SHAREDvarsClass::getTimeAsLong
- SHAREDvarsClass::getTimeAsLong
- RTppmClass::loadPPM
- RTpixelMapsClass::createRGBMapFromPixmapImage
- RTppmClass::freePixmap
- RTppmClass::loadPPM
- RTpixelMapsClass::createDepthMapFromDepth24BitPixmapImage
- RTppmClass::freePixmap
- RTpixelMapsClass::generatePixmapFromDepthMapOrDepthContrastMap
- RTpixelMapsClass::generatePixmapFromDepthMap24Bit
- ATORoperationsClass::createPointMapFromDepthMap
- SHAREDvarsClass::getTimeAsLong
- SHAREDvarsClass::getTimeAsLong
- RTreferenceManipulationClass::write2DReferenceListCollapsedTo1DToFileRayTraceFormat
- RTsceneClass::setLightingMode
- RTsceneClass::setSceneLightingConditions
- RTsceneClass::rayTraceScene
- ATORoperationsClass::createPointMapFromDepthMap
- RTpixelMapsClass::createLuminosityMapFromRGBMap
- RTpixelMapsClass::createLuminosityBooleanMap
- RTpixelMapsClass::createContrastMapFromMap
- RTpixelMapsClass::createLuminosityContrastBooleanMap
- RTpixelMapsClass::createContrastMapFromMap
- RTpixelMapsClass::createLuminosityContrastBooleanMap
- RTpixelMapsClass::createContrastMapFromMap
- ATORpixelMapsClass::createDepthContrastBooleanMap
- ATORpixelMapsClass::createDepthGradientMapFromDepthMap
- ATORpixelMapsClass::createDepthGradientContrastMapFromDepthGradientMap
- ATORpixelMapsClass::subtractBooleanMaps
- ATORpixelMapsClass::createDepthGradientContrastBooleanMap
- ATORpixelMapsClass::createPointNormalMapFromPointMap
- ATORpixelMapsClass::createPointNormalContrastMapFromPointNormalMap
- ATORpixelMapsClass::createPointNormalContrastBooleanMap
- RTpixelMapsClass::generatePixmapFromRGBmap
- RTpixelMapsClass::generatePixmapFromBooleanMap
- RTpixelMapsClass::generatePixmapFromLuminosityContrastMap
- RTpixelMapsClass::generatePixmapFromBooleanMap
- RTpixelMapsClass::generatePixmapFromNormalMap
- RTpixelMapsClass::generatePixmapFromDepthMapOrDepthContrastMap
- RTpixelMapsClass::generatePixmapFromDepthMap24Bit
- RTpixelMapsClass::generatePixmapFromDepthMapOrDepthContrastMap
- RTpixelMapsClass::generatePixmapFromBooleanMap
- ATORpixelMapsClass::generatePixmapFromDepthGradientMap
- ATORpixelMapsClass::generatePixmapFromDepthGradientContrastMap
- RTpixelMapsClass::generatePixmapFromBooleanMap
- RTpixelMapsClass::generatePixmapFromBooleanMap
- ATORpixelMapsClass::generatePixmapFromPointNormalContrastMap
- RTpixelMapsClass::generatePixmapFromBooleanMap
- SHAREDvarsClass::getTimeAsLong
Function Trace
location | current function being traced |
ATORmethod.hpp | createRGBandPointMap |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORmethodClass::createOrAddToInterpolatedMeshReferenceListUsingPointAndRGBMap()
Function Summary
name | return type | description |
createOrAddToInterpolatedMeshReferenceListUsingPointAndRGBMap | bool | create or add to interpolated mesh reference list using point and RGBM ap |
Function Arguments
name | type | description |
pointMap | double* | point map |
rgbMap | uchar* | rgb map |
firstReferenceInInterpolatedMesh | LDreference* | first reference in interpolated mesh |
vi | RTviewInfo* | vi |
objectName | const string | object name |
trainOrTest | const int | train or test |
dimension | const int | dimension |
viewIndex | const int | view index |
Function Reference List
-
-
- SHAREDvarsClass::getTimeAsLong
- ATORoperationsClass::createInterpolatedPointMap
- ATORmethod3DODClass::createInterpolated3DmeshReferenceListUsingPointMap
- ATORmethod2DODClass::createInterpolated2DmeshReferenceListUsingRGBmap2DOD
- SHAREDvarsClass::getTimeAsLong
- LDreferenceManipulationClass::write2DreferenceListCollapsedTo1DtoFile
Function Trace
location | current function being traced |
ATORmethod.hpp | createOrAddToInterpolatedMeshReferenceListUsingPointAndRGBMap |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORmethodClass::createOrAddPointsToFeaturesList()
Function Summary
name | return type | description |
createOrAddPointsToFeaturesList | bool | create or add points to features list |
Function Arguments
name | type | description |
pointMap | double* | point map |
rgbMap | uchar* | rgb map |
depthMap | double* | depth map |
firstFeatureInList[] | ATORfeature | first feature in list [] |
vi | RTviewInfo* | vi |
trainOrTest | const int | train or test |
viewIndex | const int | view index |
objectName | const string | object name |
dimension | int | dimension |
numberOfZoomIndicies | const int | number of zoom indicies |
firstMeshPointInMeshList | ATORmeshPoint* | first mesh point in mesh list |
meshPointArray[] | constEffective ATORmeshPoint* | mesh point array [] |
useEdgeZeroCrossingMap | const bool | use edge zero crossing map |
Function Reference List
-
-
- SHAREDvarsClass::getTimeAsLong
- SHAREDvarsClass::convertIntToString
- SHAREDvarsClass::convertIntToString
- ATORmethod3DODClass::generateFeatureList3DOD
- ATORpixelMapsClass::createPointNormalMapFromPointMap
- ATORpixelMapsClass::createPointNormalContrastMapFromPointNormalMap
- ATORpixelMapsClass::generateRGBmapFromPointNormalContrastMap
- ATORpixelMapsClass::createDepthGradientMapFromDepthMap
- RTpixelMapsClass::generateRGBMapFromDepthMapOrDepthContrastMap
- ATORpixelMapsClass::generateRGBmapFromDepthGradientMap
-
-
-
-
- RTpixelMapsClass::createContrastMapFromMap
- ATORpixelMapsClass::createDepthGradientContrastMapFromDepthGradientMap
- RTpixelMapsClass::createLuminosityMapFromRGBMap
- RTpixelMapsClass::createContrastMapFromMap
- addCornerFeaturesToFeatureListUsingRGBmap
- addCornerFeaturesToFeatureListUsingRGBmap
- addCornerFeaturesToFeatureListUsingRGBmap
- addCornerFeaturesToFeatureListUsingRGBmap
-
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingMeshList
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingMeshList
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingMeshList
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingContrastMap
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingContrastMap
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingContrastMap
- ATORpixelMapsClass::resampleRGBmap
- ATORpixelMapsClass::resampleRGBmap
- ATORpixelMapsClass::resampleRGBmap
- ATORpixelMapsClass::resampleRGBmap
-
-
-
- ATORpixelMapsClass::createPointNormalMapFromPointMap
- ATORpixelMapsClass::createPointNormalContrastMapFromPointNormalMap
- RTpixelMapsClass::createContrastMapFromMap
- ATORpixelMapsClass::createDepthGradientContrastMapFromDepthGradientMap
- RTpixelMapsClass::createLuminosityMapFromRGBMap
- RTpixelMapsClass::createContrastMapFromMap
- RTpixelMapsClass::generatePixmapFromRGBmap
-
-
- addCornerFeaturesToFeatureListUsingRGBmap
- addCornerFeaturesToFeatureListUsingRGBmap
- addCornerFeaturesToFeatureListUsingRGBmap
-
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingContrastMap
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingContrastMap
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingContrastMap
- addCornerFeaturesToFeatureListUsingRGBmap
-
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingMeshList
- RTpixelMapsClass::createLuminosityMapFromRGBMap
- RTpixelMapsClass::createContrastMapFromMap
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingContrastMap
- ATORpixelMapsClass::resampleRGBmap
- RTpixelMapsClass::generatePixmapFromRGBmap
- addCornerFeaturesToFeatureListUsingRGBmap
- RTpixelMapsClass::createLuminosityMapFromRGBMap
- RTpixelMapsClass::createContrastMapFromMap
- ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingContrastMap
- ATORoperationsClass::generateBooleanMapFromFeatureList
- RTpixelMapsClass::generatePixmapFromBooleanMap
- SHAREDvarsClass::getTimeAsLong
Function Trace
location | current function being traced |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORmethodClass::createInterpolatedMeshReferenceListUsingMeshList()
Function Summary
name | return type | description |
createInterpolatedMeshReferenceListUsingMeshList | bool | create interpolated mesh reference list using mesh list |
Function Arguments
name | type | description |
firstMeshPointInMeshList | ATORmeshPoint* | first mesh point in mesh list |
firstReferenceInInterpolatedMesh | LDreference* | first reference in interpolated mesh |
vi | RTviewInfo* | vi |
objectName | const string | object name |
trainOrTest | const int | train or test |
dimension | const int | dimension |
Function Reference List
-
-
- SHAREDvarsClass::getTimeAsLong
- convertMeshPointToReferences3DOD
- convertMeshPointToReferences2DOD
- SHAREDvarsClass::getTimeAsLong
- LDreferenceManipulationClass::write2DreferenceListCollapsedTo1DtoFile
Function Trace
location | current function being traced |
ATORmethod.hpp | createInterpolatedMeshReferenceListUsingMeshList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORmethodClass::convertMeshPointToReferences3DOD()
Function Summary
name | return type | description |
convertMeshPointToReferences3DOD | LDreference* | convert mesh point to references 3DOD |
Function Arguments
name | type | description |
currentMeshPointInMeshList | ATORmeshPoint* | current mesh point in mesh list |
firstNewReferenceInInterpolatedMesh | LDreference* | first new reference in interpolated mesh |
Function Reference List
-
- SHAREDvectorClass::compareVectors
-
-
-
- SHAREDvectorClass::compareVectors
- SHAREDvectorClass::multiplyVectorByScalarRT
- SHAREDvectorClass::multiplyVectorByScalarRT
- SHAREDvectorClass::multiplyVectorByScalarRT
- SHAREDvectorClass::copyVectors
- SHAREDvectorClass::copyVectors
- SHAREDvectorClass::copyVectors
- SHAREDvectorClass::copyVectors
- SHAREDvectorClass::copyVectors
- SHAREDvectorClass::copyVectors
Function Trace
location | current function being traced |
ATORmethod.hpp | convertMeshPointToReferences3DOD |
ATORmethod.hpp | createInterpolatedMeshReferenceListUsingMeshList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORmethodClass::convertMeshPointToReferences2DOD()
Function Summary
name | return type | description |
convertMeshPointToReferences2DOD | LDreference* | convert mesh point to references 2DOD |
Function Arguments
name | type | description |
currentMeshPointInMeshList | const ATORmeshPoint* | current mesh point in mesh list |
firstNewReferenceInInterpolatedMesh | LDreference* | first new reference in interpolated mesh |
Function Reference List
-
- SHAREDvectorClass::copyVectors
- SHAREDvectorClass::copyVectors
- SHAREDvectorClass::copyVectors
- SHAREDvectorClass::copyVectors
- SHAREDvectorClass::copyVectors
- SHAREDvectorClass::copyVectors
- SHAREDvectorClass::copyVectors
- SHAREDvectorClass::copyVectors
Function Trace
location | current function being traced |
ATORmethod.hpp | convertMeshPointToReferences2DOD |
ATORmethod.hpp | createInterpolatedMeshReferenceListUsingMeshList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORmethodClass::addCornerFeaturesToFeatureListUsingRGBmap()
Function Summary
name | return type | description |
addCornerFeaturesToFeatureListUsingRGBmap | bool | add corner features to feature list using RGB map |
Function Arguments
name | type | description |
vi | RTviewInfo* | vi |
rgbMap | uchar* | rgb map |
firstFeatureInList | ATORfeature* | first feature in list |
trainOrTest | const int | train or test |
mapFileName | const string | map file name |
sensitivity | const double | sensitivity |
dimension | const int | dimension |
pointMap | double* | point map |
depthMap | const double* | depth map |
zoom | int | zoom |
interpixelRGBmapType | const bool | interpixel RGB map type |
Function Reference List
-
- SHAREDvarsClass::getCurrentDirectory
-
-
- RTpixelMapsClass::setRGBMapValues
- RTpixelMapsClass::getRGBMapValues
- RTpixelMapsClass::setRGBMapValues
- RTpixelMapsClass::generatePixmapFromRGBmap
- SHAREDvarsClass::setCurrentDirectory
- SHAREDvarsClass::setCurrentDirectory
- RTppmClass::loadPPM
- RTpixelMapsClass::createRGBMapFromPixmapImage
- RTppmClass::freePixmap
-
- RTpixelMapsClass::getRGBMapValues
- RTpixelMapsClass::setRGBMapValues
- RTpixelMapsClass::createRGBMapFromPixmapImage
- RTppmClass::freePixmap
- ATORfeatureGenerationClass::generateFeatureListFromHeitgerFeatureAsciiMap
- ATORfeatureGenerationClass::generateFeatureListFromHeitgerFeatureRGBmapWithQuadraticFit
- ATORfeatureGenerationClass::generateFeatureListFromHeitgerFeatureRGBMap
- ATORfeatureGenerationClass::generateFeatureListFromRGBMap
Function Trace
location | current function being traced |
ATORmethod.hpp | addCornerFeaturesToFeatureListUsingRGBmap |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORmethodClass::ATORmethodCompareTestWithTrain()
Function Summary
name | return type | description |
ATORmethodCompareTestWithTrain | bool | ATOR method compare test with train |
Function Arguments
name | type | description |
dimension | const int | dimension |
numberOfTestObjects | const int | number of test objects |
testObjectNameArray[] | const string | test object name array [] |
imageWidthFacingPoly | int | image width facing poly |
imageHeightFacingPoly | int | image height facing poly |
numberOfTestPolys | const int* | number of test polys |
numberOfTestViewIndiciesPerObjectWithUniquePolygons | const int | number of test view indicies per object with unique polygons |
numberOfTestZoomIndicies | const int | number of test zoom indicies |
trainOrTest | const int | train or test |
testViewNumber | const int | test view number |
Function Reference List
-
-
- SHAREDvarsClass::getTimeAsLong
- compareNormalisedSnapshotExperienceListWithNeuralNetwork
- ATORcomparisonClass::compareNormalisedSnapshots
- SHAREDvarsClass::getTimeAsLong
Function Trace
location | current function being traced |
ATORmethod.hpp | ATORmethodCompareTestWithTrain |
ATORmain.hpp | ATORmethodTest |
Trace Diagram (magenta)
Function ATORmethodClass::ATORmethodTrain()
Function Summary
name | return type | description |
ATORmethodTrain | bool | ATOR method train |
Function Arguments
name | type | description |
dimension | int | dimension |
numberOfTrainObjects | const int | number of train objects |
trainObjectNameArray[] | string | train object name array [] |
numberOfTrainPolys | int* | number of train polys |
objectDataSource | const int | object data source |
viTrain | RTviewInfo* | vi train |
imageWidthFacingPoly | int | image width facing poly |
imageHeightFacingPoly | int | image height facing poly |
maxNumberOfPolygonsTrain | const int | max number of polygons train |
numberOfTrainViewIndiciesPerObject | const int | number of train view indicies per object |
numberOfTrainViewIndiciesPerObjectWithUniquePolygons | int | number of train view indicies per object with unique polygons |
numberOfTrainZoomIndicies | int | number of train zoom indicies |
trainOrTest | const int | train or test |
sqlIPaddress | const string | sql IP address |
sqlUsername | const string | sql username |
sqlPassword | const string | sql password |
clearTrainTable | const bool | clear train table |
viewNumber | const int | view number |
multViewListFileName | const string | mult view list file name |
Function Reference List
-
- ATORmethodInitialise
- ATORmethodTrainOrTest
- ATORmethodExit
Function Trace
location | current function being traced |
ATORmain.hpp | ATORmethodTrain |
Trace Diagram (magenta)
Function ATORmethodClass::ATORmethodTest()
Function Summary
name | return type | description |
ATORmethodTest | bool | ATOR method test |
Function Arguments
name | type | description |
dimension | int | dimension |
numberOfTestObjects | const int | number of test objects |
testObjectNameArray[] | string | test object name array [] |
numberOfTestPolys | int* | number of test polys |
objectDataSource | const int | object data source |
viTest | RTviewInfo* | vi test |
imageWidthFacingPoly | int | image width facing poly |
imageHeightFacingPoly | int | image height facing poly |
maxNumberOfPolygonsTest | const int | max number of polygons test |
numberOfTestViewIndiciesPerObject | const int | number of test view indicies per object |
numberOfTestViewIndiciesPerObjectWithUniquePolygons | int | number of test view indicies per object with unique polygons |
numberOfTestZoomIndicies | int | number of test zoom indicies |
trainOrTest | const int | train or test |
sqlIPaddress | const string | sql IP address |
sqlUsername | const string | sql username |
sqlPassword | const string | sql password |
clearTrainTable | const bool | clear train table |
viewNumber | const int | view number |
multViewListFileName | const string | mult view list file name |
Function Reference List
-
- ATORmethodInitialise
- ATORmethodTrainOrTest
- ATORmethodCompareTestWithTrain
- ATORmethodExit
Function Trace
location | current function being traced |
ATORmain.hpp | ATORmethodTest |
Trace Diagram (magenta)
Function ATORmethodClass::ATORmethodExit()
Function Summary
name | return type | description |
ATORmethodExit | bool | ATOR method exit |
Function Reference List
-
- LDmysqlClass::endMySQLserverConnection
- LDopenglClass::exitOpenGL
Function Trace
location | current function being traced |
ATORmethod.hpp | ATORmethodExit |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodExit |
Trace Diagram (magenta)
Function ATORmethodClass::compareNormalisedSnapshotExperienceListWithNeuralNetwork()
Function Summary
name | return type | description |
compareNormalisedSnapshotExperienceListWithNeuralNetwork | double | compare normalised snapshot experience list with neural network |
Function Arguments
name | type | description |
firstExperienceInTestList | ANNexperience* | first experience in test list |
firstInputNeuronInNetwork | const ANNneuronContainer* | first input neuron in network |
firstOutputNeuronInNetwork | const ANNneuronContainer* | first output neuron in network |
numberOfInputNeurons | const int | number of input neurons |
numberOfOutputNeurons | const int | number of output neurons |
numberOfTrainPolySides | const int | number of train poly sides |
Function Reference List
N/A
Function Trace
location | current function being traced |
ATORmethod.hpp | compareNormalisedSnapshotExperienceListWithNeuralNetwork |
ATORmethod.hpp | ATORmethodCompareTestWithTrain |
ATORmain.hpp | ATORmethodTest |
Trace Diagram (magenta)
Function ATORmethodClass::generateNormalisedSnapshotsUsingPolyList()
Function Summary
name | return type | description |
generateNormalisedSnapshotsUsingPolyList | bool | generate normalised snapshots using poly list |
Function Arguments
name | type | description |
firstReferenceInInterpolatedMesh | LDreference* | first reference in interpolated mesh |
firstPolygonInList[] | ATORpolygon | first polygon in list [] |
imageWidthFacingPoly | int | image width facing poly |
imageHeightFacingPoly | int | image height facing poly |
maxNumberOfPolygonsTrainOrTest | const int | max number of polygons train or test |
numberOfTrainOrTestPolys[] | int | number of train or test polys [] |
trainOrTest | const int | train or test |
viewIndex | const int | view index |
objectName | const string | object name |
dimension | const int | dimension |
firstFeatureInList | ATORfeature* | first feature in list |
numberOfZoomIndicies | const int | number of zoom indicies |
Function Reference List
-
-
- LDopenglClass::setViewPort2Dortho
- LDopenglClass::setViewPort3Dortho
- setNoiseArraysMethod2DOD
- setNoiseArraysMethod3DOD
-
-
-
-
-
- SHAREDvarsClass::convertIntToString
- SHAREDvarsClass::convertIntToString
- SHAREDvarsClass::convertIntToString
- SHAREDvarsClass::convertIntToString
- SHAREDvarsClass::convertIntToString
- SHAREDvarsClass::convertIntToString
- SHAREDvarsClass::convertIntToString
-
-
-
-
-
-
-
- SHAREDvarsClass::getTimeAsLong
- ATORmethod3DODClass::calculateEyePositionAndOrientation3DOD
- LDopenglClass::setViewPort3D
- SHAREDvarsClass::getTimeAsLong
- SHAREDvarsClass::getTimeAsLong
- ATORmethod3DODClass::transformObjectData3DOD
- LDopenglClass::setViewPort3D
- ATORmethod2DODClass::transformObjectData2DOD
- SHAREDvarsClass::getTimeAsLong
- SHAREDvarsClass::getTimeAsLong
- LDopenglClass::drawPrimitivesReferenceListToOpenGL
- LDopenglClass::updateScreen
- LDopenglClass::writeScreenToRGBMap
- LDopenglClass::updateScreen
- LDopenglClass::writeScreenToDepthMap
- LDopenglClass::updateScreen
- LDopenglClass::drawPrimitivesReferenceListToOpenGLandCreateRGBmap
- LDopenglClass::drawPrimitivesReferenceListToOpenGLandCreateRGBmap
- RTreferenceManipulationClass::write2DReferenceListCollapsedTo1DToFileRayTraceFormat
- LDreferenceManipulationClass::write2DreferenceListCollapsedTo1DtoFile
- RTsceneClass::setLightingMode
- RTsceneClass::rayTraceScene
- SHAREDvarsClass::getTimeAsLong
- ATORpixelMapsClass::cropRGBmap
- ATORimagecomparisonClass::createNormalisedHueContrastMapUsingRGBmapAndCalculateAllContrastValues
-
- ATORimagecomparisonClass::checkImageHasContrastValuesOnly
- RTpixelMapsClass::generatePixmapFromRGBmap
- RTpixelMapsClass::generatePixmapFromNormalMap
- ATORpixelMapsClass::cropDepthMap
- RTpixelMapsClass::generatePixmapFromDepthMapOrDepthContrastMapAdvanced
- SHAREDvarsClass::convertIntToString
- RTppmClass::loadPPM
- RTpixelMapsClass::createRGBMapFromPixmapImage
- RTppmClass::freePixmap
- ATORpixelMapsClass::cropRGBmap
- ATORimagecomparisonClass::applyGaussianKernelToRGBmap
- ATORpixelMapsClass::cropRGBmap
- ATORimagecomparisonClass::disablePixelsThatAreNotContainedInTheObjectTriangle2DOD
- ATORpixelMapsClass::resampleRGBmap
- ATORpixelMapsClass::resampleRGBmap
- RTpixelMapsClass::generatePixmapFromRGBmap
- ATORimagecomparisonClass::createNormalisedHueContrastMapUsingRGBmapAndCalculateAllContrastValues
- ATORpixelMapsClass::resampleLumOrContrastOrDepthMap
- RTpixelMapsClass::generatePixmapFromDepthMapOrDepthContrastMapAdvanced
- RTpixelMapsClass::generateRGBMapFromDepthMapOrDepthContrastMapAdvanced
- ATORpixelMapsClass::resampleRGBmap
- RTpixelMapsClass::generatePixmapFromRGBmap
- ATORcomparisonClass::cullAndBinNormalisedHueContrast
- RTpixelMapsClass::generatePixmapFromRGBmap
- ATORcomparisonClass::readDCTcoeffIndividualArraysAndConvertToConcatonatedSignedDCTcoeffArray
- ATORdatabaseSQLClass::convertDCTcoeffConcatonatedArrayToBinnedAllDCTcoeff64bitValue
- ATORdatabaseFileIOClass::createTransformedFeaturesFile
- ATORdatabaseFileIOClass::createTransformedFeaturesFile
- ATORdatabaseFileIOClass::createTransformedFeaturesFile
- ATORcomparisonClass::convertNormalisedHueDeviationMapTo3x8bitMap
- ATORdatabaseSQLClass::convertSnapshotMapsToStringForSQLdatabaseEntry
- ATORdatabaseSQLClass::insertTransformedFeatureListIntoDatabase
- ATORdatabaseSQLClass::insertTransformedFeatureListIntoDatabase
- ATORdatabaseDecisionTreeClass::addSnapshotIDreferenceToImageComparisonDecisionTreeWithGeoAvgHueDevAndDCTcombinations
- ATORdatabaseDecisionTreeClass::createAndOrParseIntoDirectory
- RTpixelMapsClass::generatePixmapFromRGBmap
- RTpixelMapsClass::createLuminosityMapFromRGBMap
- RTpixelMapsClass::createLuminosityBooleanMap
- RTpixelMapsClass::createContrastMapFromMap
- RTpixelMapsClass::createLuminosityContrastBooleanMap
- RTpixelMapsClass::createContrastMapFromMap
- ATORpixelMapsClass::createDepthContrastBooleanMap
- ATORpixelMapsClass::createDepthGradientMapFromDepthMap
- ATORpixelMapsClass::createDepthGradientContrastMapFromDepthGradientMap
- ATORpixelMapsClass::createDepthGradientContrastBooleanMap
- RTpixelMapsClass::generatePixmapFromRGBmap
- RTpixelMapsClass::generatePixmapFromNormalMap
- RTpixelMapsClass::generatePixmapFromLuminosityMap
- RTpixelMapsClass::generatePixmapFromBooleanMap
- RTpixelMapsClass::generatePixmapFromLuminosityContrastMap
- RTpixelMapsClass::generatePixmapFromBooleanMap
- RTpixelMapsClass::generatePixmapFromNormalMap
- RTpixelMapsClass::generatePixmapFromDepthMapOrDepthContrastMap
- RTpixelMapsClass::generatePixmapFromDepthMapOrDepthContrastMap
- RTpixelMapsClass::generatePixmapFromBooleanMap
- ATORpixelMapsClass::generatePixmapFromDepthGradientMap
- ATORpixelMapsClass::generatePixmapFromDepthGradientContrastMap
- RTpixelMapsClass::generatePixmapFromBooleanMap
- RTpixelMapsClass::generatePixmapFromRGBmap
Function Trace
location | current function being traced |
ATORmethod.hpp | generateNormalisedSnapshotsUsingPolyList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORmethodClass::setNoiseArraysMethod2DOD()
Function Summary
name | return type | description |
setNoiseArraysMethod2DOD | void | set noise arrays method 2DOD |
Function Reference List
N/A
Function Trace
location | current function being traced |
ATORmethod.hpp | setNoiseArraysMethod2DOD |
ATORmethod.hpp | generateNormalisedSnapshotsUsingPolyList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORmethodClass::setNoiseArraysMethod3DOD()
Function Summary
name | return type | description |
setNoiseArraysMethod3DOD | void | set noise arrays method 3DOD |
Function Reference List
N/A
Function Trace
location | current function being traced |
ATORmethod.hpp | setNoiseArraysMethod3DOD |
ATORmethod.hpp | generateNormalisedSnapshotsUsingPolyList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORmethodClass::createViFromMultiViewList()
Function Summary
name | return type | description |
createViFromMultiViewList | int | create vi from multi view list |
Function Arguments
name | type | description |
vi | RTviewInfo* | vi |
fileName | const string | file name |
multiViewViewIndex | const int | multi view view index |
dimension | const int | dimension |
Function Reference List
-
-
-
-
-
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
Function Trace
location | current function being traced |
ATORmethod.hpp | createViFromMultiViewList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)