Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TixiaoShan/imaging_lidar_place_recognition
/ functions
Functions
77 in github.com/TixiaoShan/imaging_lidar_place_recognition
⨍
Functions
77
◇
Types & classes
16
↓ 26 callers
Function
reduceVector
src/keyframe.cpp:4
↓ 5 callers
Function
pubMatchedImages
src/keyframe.cpp:33
↓ 4 callers
Method
getFloatTime
src/ThirdParty/DUtils/Timestamp.cpp:93
↓ 4 callers
Function
keypointConverter
src/keyframe.cpp:13
↓ 4 callers
Method
setTime
src/ThirdParty/DUtils/Timestamp.cpp:73
↓ 3 callers
Method
compute
src/ThirdParty/DVision/BRIEF.cpp:39
↓ 3 callers
Method
empty
src/ThirdParty/DUtils/Timestamp.cpp:51
↓ 2 callers
Method
reset
src/ThirdParty/DUtils/Random.cpp:107
↓ 1 callers
Method
addKeyFrame
src/loop_detection.cpp:12
↓ 1 callers
Method
cloud_handler
src/image_handler.h:25
↓ 1 callers
Method
findConnection
src/keyframe.cpp:230
↓ 1 callers
Method
freeMemory
src/keyframe.cpp:500
↓ 1 callers
Method
importPairs
* Sets the test pattern * @param x1 x1 coordinates of pairs * @param y1 y1 coordinates of pairs * @param x2 x2 coordinates of pairs * @par
src/ThirdParty/DVision/BRIEF.h:145
↓ 1 callers
Method
loadVocabulary
src/loop_detection.cpp:6
↓ 1 callers
Method
minus
src/ThirdParty/DUtils/Timestamp.cpp:149
↓ 1 callers
Method
plus
src/ThirdParty/DUtils/Timestamp.cpp:127
↓ 1 callers
Method
setToCurrentTime
src/ThirdParty/DUtils/Timestamp.cpp:56
↓ 1 callers
Function
visualizeLoopClosure
src/loop_detection_node.cpp:41
Method
BRIEF
src/ThirdParty/DVision/BRIEF.cpp:23
Method
BriefExtractor
src/parameters.h:136
Method
DException
* Creates an exception with a general error message */
src/ThirdParty/DUtils/DException.h:30
Method
Format
src/ThirdParty/DUtils/Timestamp.cpp:197
Method
HammingDis
src/keyframe.cpp:444
Method
ImageHandler
src/image_handler.h:17
Method
KeyFrame
create keyframe online
src/keyframe.cpp:113
Method
LoopDetector
src/loop_detection.cpp:3
Method
PnPRANSAC
src/keyframe.cpp:328
Method
RandomGaussianValue
src/ThirdParty/DUtils/Random.h:85
Method
RandomInt
src/ThirdParty/DUtils/Random.cpp:47
Method
RandomValue
src/ThirdParty/DUtils/Random.h:56
Method
SeedRand
src/ThirdParty/DUtils/Random.cpp:18
Method
SeedRandOnce
src/ThirdParty/DUtils/Random.cpp:24
Method
Timestamp
src/ThirdParty/DUtils/Timestamp.cpp:39
Method
UnrepeatedRandomizer
src/ThirdParty/DUtils/Random.cpp:55
Method
addKeyFrameIntoVoc
src/loop_detection.cpp:121
Function
cloud_handler
src/loop_detection_node.cpp:120
Method
computeBoWPoint
src/keyframe.cpp:209
Method
computeSearchBriefPoint
src/keyframe.cpp:193
Method
computeSearchOrbPoint
src/keyframe.cpp:175
Method
computeWindowBriefPoint
src/keyframe.cpp:159
Method
computeWindowOrbPoint
src/keyframe.cpp:141
Method
createValues
src/ThirdParty/DUtils/Random.cpp:97
Method
detectLoop
src/loop_detection.cpp:62
Method
distance
* Returns the Hamming distance between two descriptors * @param a first descriptor vector * @param b second descriptor vector * @return hammi
src/ThirdParty/DVision/BRIEF.h:162
Method
distributionValidation
src/keyframe.cpp:451
Method
empty
* Returns whether all the possible values between min and max were * already given. If get() is called when empty() is true, the behaviour * is
src/ThirdParty/DUtils/Random.h:149
Method
exportPairs
* Exports the test pattern * @param x1 x1 coordinates of pairs * @param y1 y1 coordinates of pairs * @param x2 x2 coordinates of pairs * @
src/ThirdParty/DVision/BRIEF.h:129
Method
extractPoints
src/keyframe.cpp:345
Method
generateTestPoints
src/ThirdParty/DVision/BRIEF.cpp:110
Method
get
src/ThirdParty/DUtils/Random.cpp:81
Method
getDescriptorLengthInBits
* Returns the descriptor length in bits * @return descriptor length in bits */
src/ThirdParty/DVision/BRIEF.h:68
Method
getKeyFrame
src/loop_detection.cpp:48
Method
getPatchSize
* Returns the size of the patch */
src/ThirdParty/DVision/BRIEF.h:84
Method
getStringTime
src/ThirdParty/DUtils/Timestamp.cpp:97
Method
getTime
* Returns the timestamp in seconds and microseconds * @param secs seconds * @param usecs microseconds */
src/ThirdParty/DUtils/Timestamp.h:71
Method
getType
* Returns the type of classifier */
src/ThirdParty/DVision/BRIEF.h:76
Method
left
* Returns the number of values still to be returned * @return amount of values to return */
src/ThirdParty/DUtils/Random.h:155
Function
main
src/loop_detection_node.cpp:150
Method
operator()
src/parameters.h:131
Method
operator()
* Returns the BRIEF descriptors of the given keypoints in the given image * @param image * @param points * @param descriptors * @param tr
src/ThirdParty/DVision/BRIEF.h:99
Method
operator+
src/ThirdParty/DUtils/Timestamp.cpp:119
Method
operator-
src/ThirdParty/DUtils/Timestamp.cpp:103
Method
operator<
src/ThirdParty/DUtils/Timestamp.cpp:177
Method
operator<=
src/ThirdParty/DUtils/Timestamp.cpp:184
Method
operator==
src/ThirdParty/DUtils/Timestamp.cpp:191
Method
operator>
src/ThirdParty/DUtils/Timestamp.cpp:163
Method
operator>=
src/ThirdParty/DUtils/Timestamp.cpp:170
Function
path_handler
src/loop_detection_node.cpp:106
Method
pubImage
src/image_handler.h:100
Method
searchByBRIEFDes
src/keyframe.cpp:418
Method
searchInAera
src/keyframe.cpp:388
Method
setTime
* Sets the timestamp from seconds and microseconds * @param secs: seconds * @param usecs: microseconds */
src/ThirdParty/DUtils/Timestamp.h:61
Method
what
* Returns the exception message */
src/ThirdParty/DUtils/DException.h:52
Method
~BRIEF
src/ThirdParty/DVision/BRIEF.cpp:33
Method
~DException
* Destructor */
src/ThirdParty/DUtils/DException.h:47
Method
~Timestamp
src/ThirdParty/DUtils/Timestamp.cpp:47
Method
~UnrepeatedRandomizer
src/ThirdParty/DUtils/Random.h:122