|
Backproject
|
| CContext | A context; keeps track of overal program state in a way that is easily accessed by multiple functions |
| ▼CContextOperation | Represents an operation that can be performed based on the 'Context' (This is an abstract class, it cannot be directly instantiated) |
| CBackProjectAllPointsOperation | This operation can backproject all points in a context to its images and display the result to the user |
| CDisplayImageDetailsOperation | This operation allows the user to inspect details regarding the images that are loaded into the context currently |
| CEnterPointsOperation | This operation allows a user to manually enter one or more points |
| CLoadHardCodedPointsOperation | Loads a hardcoded set of points into a context |
| CLoadImagesOperation | Loads a set of images into the context by reading a CSV file |
| CPurposelyBrokenOperation | This operation's perform method is 66% likely to throw an exception |
| CRemoveAllImagesOperation | Removes all the images that a context has |
| CRemoveAllPointsOperation | An operation that removes all the points on a context |
| CExteriorOrientation | Represents the External Orientation of an image |
| CImage | Represents the metadata of an image |
| CInteriorOrientation | Represents the Interior Orientation/Internal parameters corresponding to an image; camera/sensor information |
| CPoint | Represents a 2 dimensional coordinate in an as yet unspecified unit (e.g |
| CRunTestCases | Main class for containing the test cases when running googletest unittests |
1.8.12