Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Oxford-PTAM/PTAM-GPL
/ functions
Functions
260 in github.com/Oxford-PTAM/PTAM-GPL
⨍
Functions
260
◇
Types & classes
67
Method
ObjectiveScore
Src/MEstimator.h:65
Method
OptimizeOneStep
Src/CameraCalibrator.cc:214
Method
Params
Src/CalibCornerPatch.cc:199
Method
PatchFinder
Src/PatchFinder.cc:19
Method
Point
Src/Bundle.h:58
Method
Project
Project point into image given certain pose and camera. This can bail out at several stages if the point will not be properly in the image.
Src/TrackerData.h:48
Method
Project
Projects from camera z=1 plane to pixel coordinates, with radial distortion
Src/ATANCamera.h:78
Method
ProjectAndFindSquaredError
Reproject a single measurement, find error
Src/Bundle.cc:162
Method
ReFindFromFailureQueue
Dud measurements get a second chance.
Src/MapMaker.cc:1014
Method
ReFindInSingleKeyFrame
A general data-association update for a single keyframe Do this on a new key-frame when it's passed in by the tracker
Src/MapMaker.cc:975
Method
ReFindNewlyMade
When new map points are generated, they're only created from a stereo pair this tries to make additional measurements in other KFs which they might be
Src/MapMaker.cc:992
Method
ReFind_Common
Mapmaker's try-to-find-a-point-in-a-keyframe code. This is used to update data association if a bad measurement was detected, or if a point was never
Src/MapMaker.cc:894
Method
RefineHomographyWithInliers
Src/HomographyInit.cc:118
Method
RefreshParams
Src/ATANCamera.cc:27
Method
RefreshSceneDepth
Calculates the depth(z-) distribution of map points visible in a keyframe This function is only used for the first two keyframes - all others get this
Src/MapMaker.cc:1142
Method
Relocaliser
Src/Relocaliser.cc:11
Method
Render
Src/GLWindowMenu.cc:157
Method
RenderGrid
Draw the reference grid to give the user an idea of wether tracking is OK or not.
Src/Tracker.cc:204
Method
ReprojectPoint
Finds 3d coords of point in reference frame B from two z=1 plane projections
Src/MapMaker.cc:173
Method
Reset
Src/EyeGame.cc:80
Method
Reset
Src/ARDriver.cc:32
Method
Reset
Src/CameraCalibrator.cc:155
Method
Reset
Src/MapMaker.cc:41
Method
Reset
Resets the tracker, wipes the map. This is the main Reset-handler-entry-point of the program! Other classes' resets propagate from here. It's always c
Src/Tracker.cc:51
Method
SE3fromSE2
What is the 3D camera rotation (zero trans) SE3<> which causes an input image SO2 rotation?
Src/SmallBlurryImage.cc:210
Method
SSDAtPoint
Scoring function
Src/MiniPatch.cc:7
Method
ScoreKFs
Compare current KF to all KFs stored in map by Zero-mean SSD
Src/Relocaliser.cc:49
Method
SearchForPoints
Find points in the image. Uses the PatchFiner struct stored in TrackerData
Src/Tracker.cc:749
Method
SetImageSize
Src/ATANCamera.h:72
Method
SetupFrustum
Src/MapViewer.cc:170
Method
SetupModelView
Src/MapViewer.cc:180
Method
SetupWindowOrtho
Src/GLWindow2.cc:113
Method
SmallBlurryImage
Src/SmallBlurryImage.cc:15
Method
SquareRootWeight
Src/MEstimator.h:57
Method
System
Src/System.cc:17
Method
ThinCandidates
ThinCandidates() Thins out a key-frame's candidate list. Candidates are those salient corners where the mapmaker will attempt to make a new map point
Src/MapMaker.cc:352
Method
TrackForInitialMap
Routine for establishing the initial map. This requires two spacebar presses from the user to define the first two key-frames. Salient points are trac
Src/Tracker.cc:303
Method
TrackMap
TrackMap is the main purpose of the Tracker. It first projects all map points into the image to find a potentially-visible-set (PVS); Then it tries to
Src/Tracker.cc:449
Method
Tracker
The constructor mostly sets up interal reference variables to the other classes..
Src/Tracker.cc:28
Method
TrackerData
Src/TrackerData.h:18
Method
TrailTracking_Advance
Steady-state trail tracking: Advance from the previous frame, remove duds.
Src/Tracker.cc:378
Method
TrailTracking_Start
The current frame is to be the first keyframe!
Src/Tracker.cc:349
Method
UFBLinearUnProject
Src/ATANCamera.h:174
Method
UFBProject
Src/ATANCamera.cc:251
Method
UnProject
Inverse operation
Src/ATANCamera.h:80
Method
UpdateMotionModel
The motion model is entirely the tracker's, and is kept as a decaying constant velocity model.
Src/Tracker.cc:921
Method
Weight
Src/MEstimator.h:51
Method
invrtrans
Inverse radial distortion: returns un-distorted radius from distorted.
Src/ATANCamera.h:152
Function
main
Src/main.cc:12
Function
main
Src/CameraCalibrator.cc:13
Method
on_event
Src/GLWindow2.cc:230
Method
on_key_down
Src/GLWindow2.cc:248
Method
on_mouse_down
Src/GLWindow2.cc:222
Method
on_mouse_move
Src/GLWindow2.cc:198
Function
operator<
Src/HomographyInit.cc:339
Method
operator<
Src/Bundle.h:83
Method
rtrans_factor
Radial distortion transformation factor: returns ration of distorted / undistorted radius.
Src/ATANCamera.h:143
Method
run
Src/MapMaker.cc:61
Method
~GLWindowMenu
Src/GLWindowMenu.cc:30
Method
~MapMaker
Src/MapMaker.cc:162
← previous
201–260 of 260, ranked by callers