MCPcopy Create free account

hub / github.com/NeoGeographyToolkit/StereoPipeline / types & classes

Types & classes650 in github.com/NeoGeographyToolkit/StereoPipeline

↓ 10 callersClassMat
src/asp/Rig/RigCameraParams.h:33
↓ 9 callersClassUsage
src/asp/Tools/hiedr2mosaic.py:52
↓ 7 callersClassGdalWriteOptions
src/asp/SfS/SfsImageProc.h:32
↓ 7 callersClassQPoint
src/asp/GUI/MainWidget.h:70
↓ 5 callersClassBBox
src/asp/Python/asp_alg_utils.py:26
↓ 4 callersClassDatum
src/asp/Camera/CsmUtils.h:39
↓ 4 callersClassDatum
src/asp/Sessions/CameraUtils.h:34
↓ 4 callersClassGeoReference
src/asp/SfS/SfsModel.h:32
↓ 4 callersClassInterestPoint
src/asp/Camera/BundleAdjustCamera.h:48
↓ 4 callersClassMatchList
src/asp/Core/GCP.h:31
↓ 4 callersClassPolySearchResult
Result of searching for the closest polygon vertex or edge
src/asp/GUI/GuiGeom.h:29
↓ 4 callersClassnvmData
src/asp/Rig/RigIo.h:38
↓ 3 callersClassInterestPoint
src/asp/Core/IpMatchingAlgs.h:38
↓ 3 callersClassParseDescription
src/asp/Core/StereoSettingsDesc.h:50
↓ 3 callersClassPinholeModel
src/asp/Camera/CsmModel.h:36
↓ 3 callersClassSubpixelDescription
src/asp/Core/StereoSettingsDesc.h:38
↓ 2 callersClassBaBaseOptions
Options shared by bundle_adjust and jitter_solve
src/asp/Core/BaBaseOptions.h:49
↓ 2 callersClassCCDs
src/asp/Tools/hiedr2mosaic.py:56
↓ 2 callersClassCorrelationDescription
src/asp/Core/StereoSettingsDesc.h:35
↓ 2 callersClassDatum
src/asp/Core/PointUtils.h:38
↓ 2 callersClassFilteringDescription
src/asp/Core/StereoSettingsDesc.h:41
↓ 2 callersClassGUIDescription
src/asp/Core/StereoSettingsDesc.h:47
↓ 2 callersClassGdalWriteOptions
src/asp/Core/DemUtils.h:34
↓ 2 callersClassGeoTransform
src/asp/GUI/WidgetBase.cc:23
↓ 2 callersClassGrayCast
Enable conversion from images with float pixels to images with PixelGray<float> pixels.
src/asp/Tools/stereo_rfne.cc:222
↓ 2 callersClassHorizVertErrorStats
src/asp/Camera/BundleAdjustCamera.h:82
↓ 2 callersClassImgInfo
src/asp/Tools/cam2map4stereo.py:59
↓ 2 callersClassIndMatch
Structure in order to save pairwise indexed references. A sort operator exist in order to remove duplicates of IndMatch series.
src/asp/OpenMVG/indMatch.hpp:25
↓ 2 callersClassMatchPairStats
A structure to hold percentiles of given sorted values. This sorts the inputs. The input can be float or double. We will keep the result as double.
src/asp/Camera/BundleAdjustCamera.h:61
↓ 2 callersClassPreProcessingDescription
Program options for each executable/step
src/asp/Core/StereoSettingsDesc.h:32
↓ 2 callersClassSeededCorrelatorView
This correlator takes a low resolution disparity image as an input so that it may narrow its search range for each tile that is processed.
src/asp/Tools/stereo_corr.cc:629
↓ 2 callersClassSfsBlendView
The workhorse of this code, do the blending
src/asp/Tools/sfs_blend.cc:91
↓ 2 callersClassTransformPC
Apply a transform to the first three coordinates of the cloud
src/asp/PcAlign/pc_align_utils.cc:37
↓ 2 callersClassTriangulationDescription
src/asp/Core/StereoSettingsDesc.h:44
↓ 2 callersClassUsage
src/asp/Tools/lronac2mosaic.py:53
↓ 2 callersClassasp_config_file_iterator
Custom readers for Boost program options
src/asp/Core/StereoSettingsParse.cc:36
↓ 1 callersClassAppData
src/asp/GUI/AppData.h:39
↓ 1 callersClassBBox
Simple bounding box class
src/asp/Tools/historical_helper.py:53
↓ 1 callersClassBlankImage
Create a blank float image of given size
src/asp/Tools/point2mesh.cc:64
↓ 1 callersClassCenterLongitudeFunc
Center Longitudes
src/asp/Core/PointUtils.h:254
↓ 1 callersClassCloudToTif
Create a Tif file from a point cloud. The file will be created block by block, when it needs to be written to disk. In each block the points will be o
src/asp/Core/PointCloudProcessing.cc:491
↓ 1 callersClassCmdRunException
Exception type indicating an error with a cmd call
src/asp/Python/asp_cmd_utils.py:71
↓ 1 callersClassColormap
src/asp/GUI/DiskImagePyramidMultiChannel.h:52
↓ 1 callersClassCombinedAbsView
A class for combining the three channels of errors and finding their absolute values.
src/asp/Core/PointToDem2.cc:175
↓ 1 callersClassControlNetwork
src/asp/Camera/BaParams.h:32
↓ 1 callersClassControlNetwork
src/asp/Core/Nvm.h:33
↓ 1 callersClassCsvConv
A Data structure which converts from CSV to Cartesian and vice-versa. TODO(oalexan1): There is no enforcement that the georeference has actually been
src/asp/Core/PointUtils.h:57
↓ 1 callersClassDemDisparity
src/asp/Core/DemDisparity.cc:94
↓ 1 callersClassDemMinusPlaneView
Given a DEM surface and a planar surface (with potentially some inclination) subtract from each DEM height the height at that plane. The height of the
src/asp/Core/BathyPlaneCalc.cc:863
↓ 1 callersClassDemMosaicView
Class that does the actual image processing work
src/asp/Tools/dem_mosaic.cc:600
↓ 1 callersClassDiskImagePyramidMultiChannel
src/asp/GUI/GuiUtilities.h:27
↓ 1 callersClassDispNormDiff
Find the maximum of the norms of differences between a disparity at a pixel and its four left, right, top, and bottom neighbors. For the disparity to
src/asp/Tools/disparitydebug.cc:66
↓ 1 callersClassDisparityNorm
To find the disparity norm of an image, use per_pixel_filter(image, DisparityNorm()).
src/asp/Tools/disparitydebug.cc:55
↓ 1 callersClassErrorToNED
Take a given point xyz and the error at that point. Convert the error to the NED (North-East-Down) coordinate system.
src/asp/Core/PointToDem2.cc:142
↓ 1 callersClassFilterDisp
Invalidate disparity whose norm is more than this
src/asp/Tools/dem2gcp.cc:67
↓ 1 callersClassFunctorMapFirstEqual
src/asp/OpenMVG/tracks.hpp:287
↓ 1 callersClassGeoReference
src/asp/Core/DemUtils.h:32
↓ 1 callersClassGotchaPerBlockView
Apply Gotcha refinement to each padded tile
src/asp/Gotcha/CBatchProc.h:86
↓ 1 callersClassImageData
Simple class to store image info and compute the associated transform.
src/asp/Tools/tif_mosaic.cc:37
↓ 1 callersClassIntrinsicOptions
Structure to fully describe how the intrinsics are being handled. - Currently only pinhole cameras support intrinsics in bundle_adjust.
src/asp/Camera/BaParams.h:50
↓ 1 callersClassIsisCnetData
Use this struct to collect all the data needed to handle an ISIS cnet.
src/asp/Camera/BundleAdjustIsis.h:52
↓ 1 callersClassMGeodeticToMAltitude
Function to convert a masked geodetic vector to a masked altitude vector. This returns the 3rd component of the input vector while taking into account
src/asp/Core/DemUtils.cc:234
↓ 1 callersClassMapExists
src/asp/Tools/cam2map4stereo.py:55
↓ 1 callersClassMaskNaN
Function to mask NaN pixels
src/asp/Core/DemUtils.cc:245
↓ 1 callersClassNonDaemonPool
src/asp/IceBridge/process_icebridge_run.py:299
↓ 1 callersClassPairWiseMatches
src/asp/Rig/Tracks.h:32
↓ 1 callersClassParallelDescription
src/asp/Core/StereoSettingsDesc.h:53
↓ 1 callersClassPinholeModel
src/asp/Rig/RigCameraUtils.h:31
↓ 1 callersClassPointAndErrorNorm
ImageView operator that takes the last three elements of a vector (the error part) and replaces them with the norm of that 3-vector.
src/asp/Tools/stereo_tri.cc:400
↓ 1 callersClassPointOffsetFunc
Apply an offset to the points in the PointImage
src/asp/Core/PointUtils.h:232
↓ 1 callersClassPointTransFunc
ImageView operation that applies a transform matrix to every point in the image.
src/asp/Core/PointUtils.h:276
↓ 1 callersClassRPCLensDistortion
src/asp/Rig/RigRpcDistortion.h:33
↓ 1 callersClassRadioCorrectView
Internal implementation detail for radiometric corrections
src/asp/Core/AsterProc.cc:371
↓ 1 callersClassRigSet
src/asp/Rig/RigIo.h:33
↓ 1 callersClassRunHelper
Class for managing a folder for processing one run (flight)
src/asp/IceBridge/run_helper.py:47
↓ 1 callersClassSfmCameraInfo
SfmCamera intrinsic and extrinsic parameters. Stores world-to-camera rotation and translation.
src/asp/SfmView/SfmUtils.h:37
↓ 1 callersClassSfsInterpView
Compute a full-resolution image by specific interpolation into a low-resolution one. The full-res image may not fit in memory, so we need to compute i
src/asp/SfS/SfsImageProc.h:175
↓ 1 callersClassSynImageView
src/asp/Camera/SatSim.cc:1467
↓ 1 callersClassTifMosaicView
A class to mosaic and rescale images using bilinear interpolation.
src/asp/Tools/tif_mosaic.cc:237
↓ 1 callersClassTracksBuilder
src/asp/OpenMVG/tracks.hpp:59
↓ 1 callersClassTransformError
How well does the given transform do to map p1 to p2.
src/asp/Rig/MergeMaps.cc:366
↓ 1 callersClassTranslationRotationScaleFittingFunctor
This fitting functor attempts to find a rotation + translation + scale transformation between two vectors of points.
src/asp/Rig/MergeMaps.cc:338
↓ 1 callersClassUnalignDisparityView
Compute an unaligned disparity image from the input disparity image and the image transforms. Note that the output image size is not the same as the i
src/asp/Core/DisparityProcessing.cc:449
↓ 1 callersClassUndocOptsDescription
src/asp/Core/StereoSettingsDesc.h:56
↓ 1 callersClassUsage
src/asp/Tools/cam2map4stereo.py:51
↓ 1 callersClassdPoly
src/asp/Core/BundleAdjustUtils.h:46
↓ 1 callersClassnvmData
src/asp/Core/Nvm.h:39
ClassALSC
src/asp/Gotcha/ALSC.h:37
ClassALSCF32
src/asp/Gotcha/ALSC.h:100
ClassALSCU16
src/asp/Gotcha/ALSC.h:95
ClassASPGlobalOptions
src/asp/Core/LocalAlignment.h:54
ClassASPGlobalOptions
'Global scoped' variables
src/asp/Core/StereoSettings.h:32
ClassASPGlobalOptions
src/asp/Core/AspProgramOptions.h:53
ClassASPGlobalOptions
Forward declarations
src/asp/Core/DisparityProcessing.h:33
ClassASPGlobalOptions
src/asp/Core/DemDisparity.h:31
ClassASPGlobalOptions
src/asp/Tools/stereo.h:59
ClassASTERCameraModel
CSM-based linescan camera model for ASTER satellites. Inherits from CsmModel, following the same pattern as Pleiades, DG, SPOT, and PeruSat.
src/asp/Camera/LinescanASTERModel.h:48
ClassASTERXML
src/asp/Camera/ASTER_XML.h:49
ClassAdjustedCameraModel
src/asp/Camera/BundleAdjustCamera.h:53
ClassAlarmException
src/asp/IceBridge/icebridge_common.py:1385
next →1–100 of 650, ranked by callers