File ATORfeatureGeneration Documentation
Automatically generated with Code Structure Viewer (CS), Project Version: 3o4d 17-November-2020
Copyright © 2020, BAI Research. All Rights Reserved.
File Name: ATORfeatureGeneration.cpp/.hpp
File Description: ATOR feature generation
File Function List
-
- generateFeatureListFromHeitgerFeatureRGBmapWithQuadraticFit
- generateEdgeListFromRGBmapWithQuadraticFit
- generateEdgeListFromContrastMapWithQuadraticFit
- addCentredFeaturesToFeatureListUsingContrastMap
- defineRegionCheckNextPixelNonRecursive
- traceEdgeCheckNextPixelNonRecursive
- getDepthValueWithOrWithoutForegroundCheck
- addCentredFeaturesToFeatureListUsingMeshList
- defineRegionCheckNextPixelUsingMeshPointNonRecursive
- traceEdgeCheckNextPixelUsingMeshPointNonRecursive
- traceEdgeAndAddMinimaAndMaximaFeatures
- generateFeatureListFromHeitgerFeatureRGBMap
- generateFeatureListFromRGBMap
- generateFeatureListFromHeitgerFeatureAsciiMap
- deleteContiguousStackAndResetEdgesNonRecursive
- deleteContiguousStackAndResetEdgesNonRecursive
File Diagram (functions hierarchy)
Function ATORfeatureGenerationClass::generateFeatureListFromHeitgerFeatureRGBmapWithQuadraticFit()
Function Summary
name | return type | description |
generateFeatureListFromHeitgerFeatureRGBmapWithQuadraticFit | void | generate feature list from heitger feature RGB map with quadratic fit |
Function Arguments
name | type | description |
firstFeatureInFeatureList | ATORfeature* | first feature in feature list |
featureRgbMap | uchar* | feature rgb map |
imageWidth | int | image width |
imageHeight | const int | image height |
sensitivity | const double | sensitivity |
dimension | const int | dimension |
pointMap | double* | point map |
depthMap | const double* | depth map |
zoom | int | zoom |
vi | RTviewInfo* | vi |
interpixelRGBmapType | const bool | interpixel RGB map type |
Function Reference List
-
- RTpixelMapsClass::createLuminosityMapFromRGBMap
- ATORquadraticFitClass::generateZeroCrossingList
-
-
- RTpixelMapsClass::getLumOrContrastOrDepthMapValue
- RTsceneClass::calculatePointMapValue
- RTpixelMapsClass::getPointMapValue
Function Trace
location | current function being traced |
ATORmethod.hpp | generateFeatureListFromHeitgerFeatureRGBmapWithQuadraticFit |
ATORmethod.hpp | addCornerFeaturesToFeatureListUsingRGBmap |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::generateEdgeListFromRGBmapWithQuadraticFit()
Function Summary
name | return type | description |
generateEdgeListFromRGBmapWithQuadraticFit | void | generate edge list from RGB map with quadratic fit |
Function Arguments
name | type | description |
rgbMap | uchar* | rgb map |
edgeBoolMap | bool* | edge bool map |
edgeZeroCrossingMap[] | ATORQFzeroCrossing* | edge zero crossing map [] |
imageWidth | int | image width |
imageHeight | const int | image height |
sensitivity | const double | sensitivity |
dimension | const int | dimension |
pointMap | double* | point map |
depthMap | const double* | depth map |
zoom | int | zoom |
vi | RTviewInfo* | vi |
interpixelContrastMapType | const int | interpixel contrast map type |
Function Reference List
-
- RTpixelMapsClass::createLuminosityMapFromRGBMap
- RTpixelMapsClass::createContrastMapFromMap
- generateEdgeListFromContrastMapWithQuadraticFit
Function Trace
location | current function being traced |
ATORmethod3DOD.hpp | generateEdgeListFromRGBmapWithQuadraticFit |
ATORmethod.hpp | create3DmeshUsingPointMap3DOD |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmethod2DOD.hpp | generateEdgeListFromRGBmapWithQuadraticFit |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::generateEdgeListFromContrastMapWithQuadraticFit()
Function Summary
name | return type | description |
generateEdgeListFromContrastMapWithQuadraticFit | void | generate edge list from contrast map with quadratic fit |
Function Arguments
name | type | description |
contrastMap | const double* | contrast map |
edgeBoolMap | bool* | edge bool map |
edgeZeroCrossingMap[] | ATORQFzeroCrossing* | edge zero crossing map [] |
imageWidth | int | image width |
imageHeight | const int | image height |
sensitivity | const double | sensitivity |
dimension | const int | dimension |
pointMap | double* | point map |
depthMap | const double* | depth map |
zoom | int | zoom |
vi | RTviewInfo* | vi |
interpixelContrastMapType | const int | interpixel contrast map type |
Function Reference List
-
- ATORquadraticFitClass::generateZeroCrossingList
-
-
- RTpixelMapsClass::getLumOrContrastOrDepthMapValue
- RTsceneClass::calculatePointMapValue
- RTpixelMapsClass::getPointMapValue
Function Trace
location | current function being traced |
ATORfeatureGeneration.hpp | generateEdgeListFromContrastMapWithQuadraticFit |
ATORmethod.hpp | addCentredFeaturesToFeatureListUsingContrastMap |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORfeatureGeneration.hpp | generateEdgeListFromContrastMapWithQuadraticFit |
ATORmethod3DOD.hpp | generateEdgeListFromRGBmapWithQuadraticFit |
ATORmethod2DOD.hpp | generateEdgeListFromRGBmapWithQuadraticFit |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingContrastMap()
Function Summary
name | return type | description |
addCentredFeaturesToFeatureListUsingContrastMap | bool | add centred features to feature list using contrast map |
Function Arguments
name | type | description |
firstFeatureInFeatureList | ATORfeature* | first feature in feature list |
imageWidth | int | image width |
imageHeight | int | image height |
contrastMap[] | const double | contrast map [] |
sensitivity | const double | sensitivity |
dimension | int | dimension |
pointMap[] | double | point map [] |
depthMap[] | double | depth map [] |
zoom | int | zoom |
vi | RTviewInfo* | vi |
useEdgeZeroCrossingMap | const bool | use edge zero crossing map |
interpixelContrastMapType | const int | interpixel contrast map type |
Function Reference List
-
-
- generateEdgeListFromContrastMapWithQuadraticFit
- ATORpixelMapsClass::createArbitraryContrastBooleanMap
- ATORpixelMapsClass::createArbitraryContrastBooleanMap
-
- defineRegionCheckNextPixelNonRecursive
- RTpixelMapsClass::generatePixmapFromRGBmap
- traceEdgeCheckNextPixelNonRecursive
- RTpixelMapsClass::generatePixmapFromRGBmap
-
-
- getDepthValueWithOrWithoutForegroundCheck
- getDepthValueWithOrWithoutForegroundCheck
- traceEdgeAndAddMinimaAndMaximaFeatures
- RTpixelMapsClass::generatePixmapFromRGBmap
- deleteContiguousStackAndResetEdgesNonRecursive
- getDepthValueWithOrWithoutForegroundCheck
- deleteContiguousStackAndResetEdgesNonRecursive
Function Trace
location | current function being traced |
ATORmethod.hpp | addCentredFeaturesToFeatureListUsingContrastMap |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::defineRegionCheckNextPixelNonRecursive()
Function Summary
name | return type | description |
defineRegionCheckNextPixelNonRecursive | bool | define region check next pixel non recursive |
Function Arguments
name | type | description |
firstInPixelContiguousStack | ATORpixelContiguous* | first in pixel contiguous stack |
xInitial | int | xInitial |
yInitial | int | yInitial |
edgeBoolMap[] | const bool | edge bool map [] |
edgeZeroCrossingMap[] | constEffective ATORQFzeroCrossing* | edge zero crossing map [] |
alreadyProcessed[] | int | already processed [] |
imageWidth | int | image width |
imageHeight | const int | image height |
regionSize | double* | region size |
sumX | int* | sum X |
sumY | int* | sum Y |
sumPos | vec* | sum pos |
dimension | const int | dimension |
pointMap[] | double | point map [] |
depthMap[] | const double | depth map [] |
zoom | int | zoom |
useEdgeZeroCrossingMap | const bool | use edge zero crossing map |
vi | RTviewInfo* | vi |
maxXx | int* | max xx |
maxXy | int* | max xy |
interpixelContrastMapType | const int | interpixel contrast map type |
Function Reference List
-
-
-
-
-
-
-
- ATORquadraticFitClass::calculateAreaOfOneSideOfEdgeInPixel
-
- ATORquadraticFitClass::calculateAreaOfOneSideOfEdgeInPixel
- ATORquadraticFitClass::calculateAreaOfOneSideOfEdgeInPixel
- RTpixelMapsClass::getLumOrContrastOrDepthMapValue
- RTsceneClass::calculatePointMapValue
- RTpixelMapsClass::getPointMapValue
Function Trace
location | current function being traced |
ATORfeatureGeneration.hpp | defineRegionCheckNextPixelNonRecursive |
ATORmethod.hpp | addCentredFeaturesToFeatureListUsingContrastMap |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::traceEdgeCheckNextPixelNonRecursive()
Function Summary
name | return type | description |
traceEdgeCheckNextPixelNonRecursive | bool | trace edge check next pixel non recursive |
Function Arguments
name | type | description |
xInitialOnBoundary | int | xInitial on boundary |
yInitialOnBoundary | int | yInitial on boundary |
alreadyProcessed[] | int | already processed [] |
edgeZeroCrossingMap[] | constEffective ATORQFzeroCrossing* | edge zero crossing map [] |
useEdgeZeroCrossingMap | const bool | use edge zero crossing map |
imageWidth | int | image width |
imageHeight | const int | image height |
sumX | double* | sum X |
sumY | double* | sum Y |
sumPos | vec* | sum pos |
numberOfCounts | int* | number of counts |
minRegionCircumferenceForRegion | const int | min region circumference for region |
dimension | const int | dimension |
pointMap[] | double | point map [] |
depthMap[] | const double | depth map [] |
zoom | int | zoom |
firstInPixelContiguousBoundaryStack | ATORpixelContiguous* | first in pixel contiguous boundary stack |
vi | RTviewInfo* | vi |
interpixelContrastMapType | const int | interpixel contrast map type |
Function Reference List
-
-
-
-
-
-
- ATORpixelMapsClass::calculateForegroundMinimumDepthWithinKernel
- RTpixelMapsClass::getLumOrContrastOrDepthMapValue
- RTsceneClass::calculatePointMapValue
- RTpixelMapsClass::getPointMapValue
- SHAREDvectorClass::compareVectors
-
-
- SHAREDvectorClass::compareVectors
-
-
-
-
-
- ATORpixelMapsClass::calculateForegroundMinimumDepthWithinKernel
- RTpixelMapsClass::getLumOrContrastOrDepthMapValue
- RTsceneClass::calculatePointMapValue
- RTpixelMapsClass::getPointMapValue
- SHAREDvectorClass::compareVectors
Function Trace
location | current function being traced |
ATORfeatureGeneration.hpp | traceEdgeCheckNextPixelNonRecursive |
ATORmethod.hpp | addCentredFeaturesToFeatureListUsingContrastMap |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::getDepthValueWithOrWithoutForegroundCheck()
Function Summary
name | return type | description |
getDepthValueWithOrWithoutForegroundCheck | double | get depth value with or without foreground check |
Function Arguments
name | type | description |
pointNonWorldCoordx | const double | point non world coordx |
pointNonWorldCoordy | const double | point non world coordy |
imageWidth | const int | image width |
imageHeight | const int | image height |
kernelWidthForegroundCheck | const int | kernel width foreground check |
kernelHeightForegroundCheck | const int | kernel height foreground check |
depthMap[] | const double | depth map [] |
zoom | const int | zoom |
Function Reference List
-
- ATORpixelMapsClass::calculateForegroundMinimumDepthWithinKernel
- RTpixelMapsClass::getLumOrContrastOrDepthMapValue
Function Trace
location | current function being traced |
ATORfeatureGeneration.hpp | getDepthValueWithOrWithoutForegroundCheck |
ATORmethod.hpp | addCentredFeaturesToFeatureListUsingContrastMap |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::addCentredFeaturesToFeatureListUsingMeshList()
Function Summary
name | return type | description |
addCentredFeaturesToFeatureListUsingMeshList | bool | add centred features to feature list using mesh list |
Function Arguments
name | type | description |
firstFeatureInFeatureList | ATORfeature* | first feature in feature list |
sensitivity | const double | sensitivity |
dimension | int | dimension |
firstMeshPointInMeshList | ATORmeshPoint* | first mesh point in mesh list |
contrastValChosen | const int | contrast val chosen |
useEdgeZeroCrossingMap | const bool | use edge zero crossing map |
Function Reference List
-
-
-
-
- defineRegionCheckNextPixelUsingMeshPointNonRecursive
-
- traceEdgeCheckNextPixelUsingMeshPointNonRecursive
-
- traceEdgeAndAddMinimaAndMaximaFeatures
- deleteContiguousStackAndResetEdgesNonRecursive
- deleteContiguousStackAndResetEdgesNonRecursive
Function Trace
location | current function being traced |
ATORmethod.hpp | addCentredFeaturesToFeatureListUsingMeshList |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::defineRegionCheckNextPixelUsingMeshPointNonRecursive()
Function Summary
name | return type | description |
defineRegionCheckNextPixelUsingMeshPointNonRecursive | bool | define region check next pixel using mesh point non recursive |
Function Arguments
name | type | description |
firstInPixelContiguousStack | ATORpixelContiguous* | first in pixel contiguous stack |
firstMeshPoint | ATORmeshPoint* | first mesh point |
regionSize | double* | region size |
contrastValChosen | const int | contrast val chosen |
sumX | int* | sum X |
sumY | int* | sum Y |
sumPos | vec* | sum pos |
useEdgeZeroCrossingMap | const bool | use edge zero crossing map |
aMeshPointOnTheBoundary | ATORmeshPoint* | aMesh point on the boundary |
sensitivity | const double | sensitivity |
Function Reference List
-
-
-
-
-
-
-
-
- ATORquadraticFitClass::calculateAreaOfOneSideOfEdgeInPixel
-
- ATORquadraticFitClass::calculateAreaOfOneSideOfEdgeInPixel
- ATORquadraticFitClass::calculateAreaOfOneSideOfEdgeInPixel
- SHAREDvectorClass::subtractVectors
- SHAREDvectorClass::findMagnitudeOfVector
- SHAREDvectorClass::findMagnitudeOfVector
- SHAREDvectorClass::compareVectors
Function Trace
location | current function being traced |
ATORfeatureGeneration.hpp | defineRegionCheckNextPixelUsingMeshPointNonRecursive |
ATORmethod.hpp | addCentredFeaturesToFeatureListUsingMeshList |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::traceEdgeCheckNextPixelUsingMeshPointNonRecursive()
Function Summary
name | return type | description |
traceEdgeCheckNextPixelUsingMeshPointNonRecursive | bool | trace edge check next pixel using mesh point non recursive |
Function Arguments
name | type | description |
aMeshPointOnTheBoundary | ATORmeshPoint* | aMesh point on the boundary |
sumX | double* | sum X |
sumY | double* | sum Y |
sumPos | vec* | sum pos |
numberOfCounts | int* | number of counts |
minRegionCircumferenceForRegion | const int | min region circumference for region |
firstInPixelContiguousBoundaryStack | ATORpixelContiguous* | first in pixel contiguous boundary stack |
useEdgeZeroCrossingMap | const bool | use edge zero crossing map |
Function Reference List
-
-
- SHAREDvectorClass::compareVectors
-
-
-
-
- SHAREDvectorClass::compareVectors
- SHAREDvectorClass::compareVectors
- SHAREDvectorClass::compareVectors
-
-
-
-
- SHAREDvectorClass::compareVectors
Function Trace
location | current function being traced |
ATORfeatureGeneration.hpp | traceEdgeCheckNextPixelUsingMeshPointNonRecursive |
ATORmethod.hpp | addCentredFeaturesToFeatureListUsingMeshList |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::traceEdgeAndAddMinimaAndMaximaFeatures()
Function Summary
name | return type | description |
traceEdgeAndAddMinimaAndMaximaFeatures | ATORfeature* | trace edge and add minima and maxima features |
Function Arguments
name | type | description |
firstNewFeatureInList | ATORfeature* | first new feature in list |
centroidX | const double | centroid X |
centroidY | const double | centroid Y |
centroidPos | const vec* | centroid pos |
firstInPixelContiguousBoundaryStack | ATORpixelContiguous* | first in pixel contiguous boundary stack |
dimension | const int | dimension |
zoom | int | zoom |
circumferenceForRegion | const int | circumference for region |
Function Reference List
-
- SHAREDvectorClass::calculateTheDistanceBetweenTwoPoints
-
- SHAREDvectorClass::calculateTheDistanceBetweenTwoPoints
- SHAREDvectorClass::calculateTheDistanceBetweenTwoPoints
- SHAREDvectorClass::compareVectors
-
-
-
- SHAREDvectorClass::compareVectors
- SHAREDvectorClass::compareVectors
Function Trace
location | current function being traced |
ATORfeatureGeneration.hpp | traceEdgeAndAddMinimaAndMaximaFeatures |
ATORmethod.hpp | addCentredFeaturesToFeatureListUsingContrastMap |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORfeatureGeneration.hpp | traceEdgeAndAddMinimaAndMaximaFeatures |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::generateFeatureListFromHeitgerFeatureRGBMap()
Function Summary
name | return type | description |
generateFeatureListFromHeitgerFeatureRGBMap | void | generate feature list from heitger feature RGBM ap |
Function Arguments
name | type | description |
firstFeatureInFeatureList | ATORfeature* | first feature in feature list |
featureRgbMap | uchar* | feature rgb map |
imageWidth | int | image width |
imageHeight | const int | image height |
rgbMap | const uchar* | rgb map |
sensitivity | const double | sensitivity |
dimension | const int | dimension |
pointMap | double* | point map |
depthMap | const double* | depth map |
zoom | int | zoom |
vi | RTviewInfo* | vi |
Function Reference List
-
-
-
- RTpixelMapsClass::calculateLuminosityLevelFromRGBMap
-
-
-
-
-
- RTpixelMapsClass::getLumOrContrastOrDepthMapValue
- SHAREDvarsClass::compareDoubles
- RTpixelMapsClass::calculateLuminosityLevelFromRGBMap
- RTpixelMapsClass::getLumOrContrastOrDepthMapValue
- SHAREDvarsClass::compareDoubles
-
- RTsceneClass::calculatePointMapValue
- RTpixelMapsClass::getPointMapValue
- RTsceneClass::calculatePointMapValue
- RTpixelMapsClass::getPointMapValue
Function Trace
location | current function being traced |
ATORmethod.hpp | generateFeatureListFromHeitgerFeatureRGBMap |
ATORmethod.hpp | addCornerFeaturesToFeatureListUsingRGBmap |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::generateFeatureListFromRGBMap()
Function Summary
name | return type | description |
generateFeatureListFromRGBMap | void | generate feature list from RGBM ap |
Function Arguments
name | type | description |
firstFeatureInFeatureList | ATORfeature* | first feature in feature list |
rgbMap | uchar* | rgb map |
imageWidth | int | image width |
imageHeight | const int | image height |
zoom | int | zoom |
trainOrTestString | const string | train or test string |
mapFileName | const string | map file name |
vi | const RTviewInfo* | vi |
Function Reference List
-
-
-
-
- RTpixelMapsClass::getRGBMapValues
- ATORimagecomparisonClass::compareRGBpixelsForMatchLumContrastOnly
Function Trace
location | current function being traced |
ATORmethod.hpp | generateFeatureListFromRGBMap |
ATORmethod.hpp | addCornerFeaturesToFeatureListUsingRGBmap |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::generateFeatureListFromHeitgerFeatureAsciiMap()
Function Summary
name | return type | description |
generateFeatureListFromHeitgerFeatureAsciiMap | void | generate feature list from heitger feature ascii map |
Function Arguments
name | type | description |
firstFeatureInFeatureList | ATORfeature* | first feature in feature list |
featureMapFileNameAscii | const string | feature map file name ascii |
zoom | int | zoom |
vi | const RTviewInfo* | vi |
Function Reference List
-
-
-
-
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
- SHAREDvarsClass::convertStringToDouble
Function Trace
location | current function being traced |
ATORmethod.hpp | generateFeatureListFromHeitgerFeatureAsciiMap |
ATORmethod.hpp | addCornerFeaturesToFeatureListUsingRGBmap |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::deleteContiguousStackAndResetEdgesNonRecursive()
Function Summary
name | return type | description |
deleteContiguousStackAndResetEdgesNonRecursive | void | delete contiguous stack and reset edges non recursive |
Function Arguments
name | type | description |
firstInPixelContiguousStack | ATORpixelContiguous* | first in pixel contiguous stack |
alreadyProcessed[] | int | already processed [] |
imageWidth | const int | image width |
imageHeight | const int | image height |
Function Reference List
N/A
Function Trace
location | current function being traced |
ATORfeatureGeneration.hpp | deleteContiguousStackAndResetEdgesNonRecursive |
ATORmethod.hpp | addCentredFeaturesToFeatureListUsingContrastMap |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)
Function ATORfeatureGenerationClass::deleteContiguousStackAndResetEdgesNonRecursive()
Function Summary
name | return type | description |
deleteContiguousStackAndResetEdgesNonRecursive | void | delete contiguous stack and reset edges non recursive |
Function Arguments
name | type | description |
firstInPixelContiguousStack | ATORpixelContiguous* | first in pixel contiguous stack |
Function Reference List
N/A
Function Trace
location | current function being traced |
ATORfeatureGeneration.hpp | deleteContiguousStackAndResetEdgesNonRecursive |
ATORmethod.hpp | addCentredFeaturesToFeatureListUsingMeshList |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
Trace Diagram (magenta)