Automatically generated with Code Structure Viewer (CS), Project Version: 3o4d 17-November-2020
Copyright © 2020, BAI Research. All Rights Reserved.
File Name: ATORimagecomparison.cpp/.hpp
File Description: ATOR imagecomparison
name | return type | description |
---|---|---|
disablePixelsThatAreNotContainedInTheObjectTriangle2DOD | void | disable pixels that are not contained in the object triangle 2DOD |
name | type | description |
---|---|---|
imageWidth | const int | image width |
imageHeight | const int | image height |
rgbMap | uchar* | rgb map |
location | current function being traced |
---|---|
ATORmethod.hpp | disablePixelsThatAreNotContainedInTheObjectTriangle2DOD |
ATORmethod.hpp | generateNormalisedSnapshotsUsingPolyList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
name | return type | description |
---|---|---|
applyGaussianKernelToRGBmap | void | apply gaussian kernel to RGB map |
name | type | description |
---|---|---|
imageWidth | int | image width |
imageHeight | const int | image height |
sigma | const double | sigma |
rgbMap | const uchar* | rgb map |
rgbMapWithGaussianApplied | uchar* | rgb map with gaussian applied |
location | current function being traced |
---|---|
ATORmethod.hpp | applyGaussianKernelToRGBmap |
ATORmethod.hpp | generateNormalisedSnapshotsUsingPolyList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
name | return type | description |
---|---|---|
applyGaussianKernelToLuminosityMapOrRGBmapComponent | void | apply gaussian kernel to luminosity map or RGB map component |
name | type | description |
---|---|---|
imageWidth | int | image width |
imageHeight | const int | image height |
sigma | const double | sigma |
luminosityMap | const double* | luminosity map |
luminosityMapWithGaussianApplied | double* | luminosity map with gaussian applied |
rgbMap | const uchar* | rgb map |
rgbMapWithGaussianApplied | uchar* | rgb map with gaussian applied |
useRGBmapComponent | const bool | use RGB map component |
rgbMapComponentNumber | const int | rgb map component number |
location | current function being traced |
---|---|
ATORimagecomparison.hpp | applyGaussianKernelToLuminosityMapOrRGBmapComponent |
ATORmethod.hpp | applyGaussianKernelToRGBmap |
ATORmethod.hpp | generateNormalisedSnapshotsUsingPolyList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
name | return type | description |
---|---|---|
createNormalisedHueContrastMapUsingRGBmapAndCalculateAllContrastValues | void | create normalised hue contrast map using RGB map and calculate all contrast values |
name | type | description |
---|---|---|
imageWidth | int | image width |
imageHeight | int | image height |
rgbMap | uchar* | rgb map |
normalisedHueContrastMap | double* | normalised hue contrast map |
normalisedAverageHueContrastR | double* | normalised average hue contrast R |
normalisedAverageHueContrastG | double* | normalised average hue contrast G |
normalisedAverageHueContrastB | double* | normalised average hue contrast B |
averageContrastWithRespectToAverageColour | double* | average contrast with respect to average colour |
averageStarkContrastWithRespectToAverageColour | double* | average stark contrast with respect to average colour |
averageLocalContrast | double* | average local contrast |
averageLocalStarkContrast | double* | average local stark contrast |
location | current function being traced |
---|---|
ATORmethod.hpp | createNormalisedHueContrastMapUsingRGBmapAndCalculateAllContrastValues |
ATORmethod.hpp | generateNormalisedSnapshotsUsingPolyList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORcomparison.hpp | createNormalisedHueContrastMapUsingRGBmapAndCalculateAllContrastValues |
ATORmethod.hpp | compareNormalisedSnapshots |
name | return type | description |
---|---|---|
checkImageHasContrastValuesOnly | bool | check image has contrast values only |
name | type | description |
---|---|---|
averageContrastWithRespectToAverageColour | const double | average contrast with respect to average colour |
averageStarkContrastWithRespectToAverageColour | const double | average stark contrast with respect to average colour |
averageLocalContrast | const double | average local contrast |
averageLocalStarkContrast | const double | average local stark contrast |
location | current function being traced |
---|---|
ATORmethod.hpp | checkImageHasContrastValuesOnly |
ATORmethod.hpp | generateNormalisedSnapshotsUsingPolyList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
name | return type | description |
---|---|---|
calculateAverageColour | void | calculate average colour |
name | type | description |
---|---|---|
imageWidth | int | image width |
imageHeight | int | image height |
rgbMap | uchar* | rgb map |
avgCol | colour* | avg col |
location | current function being traced |
---|---|
ATORcomparison.hpp | calculateAverageColour |
ATORmethod.hpp | compareNormalisedSnapshots |
ATORmethod.hpp | ATORmethodCompareTestWithTrain |
ATORmain.hpp | ATORmethodTest |
name | return type | description |
---|---|---|
compareImagesRGBsmallNoKernel | double | compare images RGB small no kernel |
name | type | description |
---|---|---|
imageWidth | int | image width |
imageHeight | const int | image height |
rgbMapTest | uchar* | rgb map test |
rgbMapTrain | uchar* | rgb map train |
location | current function being traced |
---|---|
ATORcomparison.hpp | compareImagesRGBsmallNoKernel |
ATORmethod.hpp | compareNormalisedSnapshots |
ATORmethod.hpp | ATORmethodCompareTestWithTrain |
ATORmain.hpp | ATORmethodTest |
name | return type | description |
---|---|---|
compareImagesRGBwithPosDev | double | compare images RGB with pos dev |
name | type | description |
---|---|---|
imageWidth | int | image width |
imageHeight | const int | image height |
rgbMapTest | uchar* | rgb map test |
rgbMapTrain | uchar* | rgb map train |
location | current function being traced |
---|---|
ATORcomparison.hpp | compareImagesRGBwithPosDev |
ATORmethod.hpp | compareNormalisedSnapshots |
ATORmethod.hpp | ATORmethodCompareTestWithTrain |
ATORmain.hpp | ATORmethodTest |
name | return type | description |
---|---|---|
checkImageHasContrast | bool | check image has contrast |
name | type | description |
---|---|---|
imageWidth | int | image width |
imageHeight | const int | image height |
rgbMap | uchar* | rgb map |
location | current function being traced |
---|---|
ATORcomparison.hpp | checkImageHasContrast |
ATORmethod.hpp | compareNormalisedSnapshots |
ATORmethod.hpp | ATORmethodCompareTestWithTrain |
ATORmain.hpp | ATORmethodTest |
name | return type | description |
---|---|---|
compareImagesRGBwithPosDevAndLocalStarkContAndHueDev | double | compare images RGB with pos dev and local stark cont and hue dev |
name | type | description |
---|---|---|
imageWidth | int | image width |
imageHeight | const int | image height |
rgbMapTest | uchar* | rgb map test |
rgbMapTrain | uchar* | rgb map train |
location | current function being traced |
---|---|
ATORcomparison.hpp | compareImagesRGBwithPosDevAndLocalStarkContAndHueDev |
ATORmethod.hpp | compareNormalisedSnapshots |
ATORmethod.hpp | ATORmethodCompareTestWithTrain |
ATORmain.hpp | ATORmethodTest |
name | return type | description |
---|---|---|
compareImagesRGBwithPosDevAndLocalStarkContAndHueDevCalculateAveragesOnly | double | compare images RGB with pos dev and local stark cont and hue dev calculate averages only |
name | type | description |
---|---|---|
imageWidth | int | image width |
imageHeight | const int | image height |
rgbMapTest | uchar* | rgb map test |
rgbMapTrain | uchar* | rgb map train |
averageHueDeviationR | double* | average hue deviation R |
averageHueDeviationG | double* | average hue deviation G |
averageHueDeviationB | double* | average hue deviation B |
averageXkernelRelativePositionForLowestErrorMatch | double* | average xkernel relative position for lowest error match |
averageYkernelRelativePositionForLowestErrorMatch | double* | average ykernel relative position for lowest error match |
location | current function being traced |
---|---|
ATORimagecomparison.hpp | compareImagesRGBwithPosDevAndLocalStarkContAndHueDevCalculateAveragesOnly |
ATORcomparison.hpp | compareImagesRGBwithPosDevAndLocalStarkContAndHueDev |
ATORmethod.hpp | compareNormalisedSnapshots |
ATORmethod.hpp | ATORmethodCompareTestWithTrain |
ATORmain.hpp | ATORmethodTest |
name | return type | description |
---|---|---|
compareRGBpixelsForMatchHueOnly | double | compare RGB pixels for match hue only |
name | type | description |
---|---|---|
testImagePixelColour | colour* | test image pixel colour |
trainImagePixelColour | colour* | train image pixel colour |
location | current function being traced |
---|---|
ATORimagecomparison.hpp | compareRGBpixelsForMatchHueOnly |
ATORcomparison.hpp | compareImagesRGBwithPosDev |
ATORmethod.hpp | compareNormalisedSnapshots |
ATORmethod.hpp | ATORmethodCompareTestWithTrain |
ATORmain.hpp | ATORmethodTest |
name | return type | description |
---|---|---|
compareRGBpixelsForMatchLumContrastOnly | double | compare RGB pixels for match lum contrast only |
name | type | description |
---|---|---|
testImagePixelColour | colour* | test image pixel colour |
trainImagePixelColour | colour* | train image pixel colour |
location | current function being traced |
---|---|
ATORfeatureGeneration.hpp | compareRGBpixelsForMatchLumContrastOnly |
ATORmethod.hpp | generateFeatureListFromRGBMap |
ATORmethod.hpp | addCornerFeaturesToFeatureListUsingRGBmap |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
name | return type | description |
---|---|---|
calculateHueError | void | calculate hue error |
name | type | description |
---|---|---|
testImagePixelColour | colour* | test image pixel colour |
trainImagePixelColour | colour* | train image pixel colour |
hueError | double* | hue error |
nonHueError | double* | non hue error |
location | current function being traced |
---|---|
ATORimagecomparison.hpp | calculateHueError |
ATORfeatureGeneration.hpp | compareRGBpixelsForMatchLumContrastOnly |
ATORmethod.hpp | generateFeatureListFromRGBMap |
ATORmethod.hpp | addCornerFeaturesToFeatureListUsingRGBmap |
ATORmethod.hpp | createOrAddPointsToFeaturesList |
ATORmethod.hpp | createOrAddToInterpolatedMeshAndFeaturesList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORimagecomparison.hpp | calculateHueError |
ATORimagecomparison.hpp | compareRGBpixelsForMatchHueOnly |
ATORcomparison.hpp | compareImagesRGBwithPosDev |
ATORmethod.hpp | compareNormalisedSnapshots |
name | return type | description |
---|---|---|
compareRGBpixelsForMatchBAD | double | compare RGB pixels for match BAD |
name | type | description |
---|---|---|
testImagePixelColour | const colour* | test image pixel colour |
trainImagePixelColour | const colour* | train image pixel colour |
location | current function being traced |
---|---|
ATORimagecomparison.hpp | compareRGBpixelsForMatchBAD |
ATORcomparison.hpp | compareImagesRGBsmallNoKernel |
ATORmethod.hpp | compareNormalisedSnapshots |
ATORmethod.hpp | ATORmethodCompareTestWithTrain |
ATORmain.hpp | ATORmethodTest |
ATORimagecomparison.hpp | compareRGBpixelsForMatchBAD |
ATORimagecomparison.hpp | compareRGBpixelsForMatchBAD |
ATORimagecomparison.hpp | compareImagesRGBwithPosDevAndLocalStarkContAndHueDevCalculateAveragesOnly |
name | return type | description |
---|---|---|
calculateHueErrorNormalisedBAD | double | calculate hue error normalised BAD |
name | type | description |
---|---|---|
testImagePixelColour | const colour* | test image pixel colour |
trainImagePixelColour | const colour* | train image pixel colour |
hueError | double* | hue error |
nonHueErrorNormalised | double* | non hue error normalised |
location | current function being traced |
---|---|
ATORimagecomparison.hpp | calculateHueErrorNormalisedBAD |
ATORimagecomparison.hpp | compareRGBpixelsForMatchBAD |
ATORcomparison.hpp | compareImagesRGBsmallNoKernel |
ATORmethod.hpp | compareNormalisedSnapshots |
ATORmethod.hpp | ATORmethodCompareTestWithTrain |
ATORmain.hpp | ATORmethodTest |
ATORimagecomparison.hpp | compareRGBpixelsForMatchBAD |
ATORimagecomparison.hpp | compareRGBpixelsForMatchBAD |
ATORimagecomparison.hpp | compareImagesRGBwithPosDevAndLocalStarkContAndHueDevCalculateAveragesOnly |