Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeoGeographyToolkit/StereoPipeline
/ functions
Functions
3,842 in github.com/NeoGeographyToolkit/StereoPipeline
⨍
Functions
3,842
◇
Types & classes
650
↓ 2 callers
Method
setCropWin
src/asp/GUI/MainWidget.cc:1475
↓ 2 callers
Method
setFlag
Set a file based flag to be checked later
src/asp/IceBridge/run_helper.py:499
↓ 2 callers
Method
setNumImagesToShow
Show this many of the first several input images
src/asp/GUI/ChooseFilesDlg.cc:169
↓ 2 callers
Method
setPolyEditMode
src/asp/GUI/PolyWidget.cc:67
↓ 2 callers
Method
setThreshold
Show the current image threshold, and allow the user to change it.
src/asp/GUI/MainWidget.cc:1379
↓ 2 callers
Function
setUpFixRigOptions
If applicable, set up the parameters block to fix the rig translations and/or rotations
src/asp/Rig/RigCostFunction.cc:32
↓ 2 callers
Function
set_distortion
Set the distortion. The underlying model must already have distortion of this size.
src/asp/Camera/BundleAdjustCamera2.cc:1321
↓ 2 callers
Method
set_distortion_type
Set distortion type
src/asp/Camera/CsmModel.cc:1165
↓ 2 callers
Method
set_linescan_quaternions
Set quaternions (only for linescan cameras)
src/asp/Camera/CsmModel.cc:1275
↓ 2 callers
Function
setupCovarCalc
Setup the blocks for covariance calculation. Keep on appending to parameter_blocks. Need dx and dy for when doing covariances with neighbors. Use a se
src/asp/SfS/SfsCostFun.cc:1484
↓ 2 callers
Function
setupLinescanPlot
Prepare the linescan poses for plotting.
src/asp/Tools/orbit_plot.py:500
↓ 2 callers
Function
setup_error_propagation
Parse data needed for error propagation
src/asp/Tools/stereo.cc:84
↓ 2 callers
Method
setup_pose_func
src/asp/Camera/SPOT_XML.cc:393
↓ 2 callers
Method
setup_position_func
The position is already in GCC, so just pack into a function. - Currently this is identical to the velocity function, but this may change later.
src/asp/Camera/SPOT_XML.cc:368
↓ 2 callers
Method
setup_time_func
This is pretty simple, SPOT5 has a constant time for each line.
src/asp/Camera/SPOT_XML.cc:326
↓ 2 callers
Method
setup_velocity_func
The velocity is already in GCC, so just pack into a function.
src/asp/Camera/SPOT_XML.cc:341
↓ 2 callers
Method
showAllImages
Show all images
src/asp/GUI/ChooseFilesDlg.cc:183
↓ 2 callers
Function
snapBBox3ToGrid
Same as above but for BBox3. The z component is also snapped.
src/asp/Core/CartographyUtils.cc:58
↓ 2 callers
Method
spacing
src/asp/Core/OrthoRasterizer.cc:904
↓ 2 callers
Function
stereo_blending
src/asp/Tools/stereo_blend.cc:454
↓ 2 callers
Function
stereo_correlation_2D
Stereo correlation function using ASP's block-matching and MGM/SGM algorithms which can handle a 2D disparity.
src/asp/Tools/stereo_corr.cc:803
↓ 2 callers
Function
stereo_run
Run a stereo executable. Output is shown on screen as it happens. Optional kw args: extra_args (list), msg (string for error message).
src/asp/Python/asp_stereo_utils.py:119
↓ 2 callers
Function
stripSign
Convert -0 to 0. The -0 seems to be a quick. Have to return a copy due to these being json fields.
src/asp/Camera/CsmModel.cc:852
↓ 2 callers
Function
supplyOutputPrefixIfNeeded
src/asp/GUI/GuiUtilities.cc:82
↓ 2 callers
Method
target_name
src/asp/IsisIO/IsisInterface.cc:148
↓ 2 callers
Function
test_stereo_models
src/asp/Camera/tests/TestRPCStereoModel.cxx:55
↓ 2 callers
Function
tile_dir
(prefix, tile)
src/asp/Python/asp_stereo_utils.py:455
↓ 2 callers
Function
tile_extra_indices
Given a value x, find all n such that x is in the interval [n*tile_size - extra, (n+1)*tile_size + extra]. We assume that extra is at most half of til
src/asp/Core/InterestPointMatching2.cc:446
↓ 2 callers
Function
toCsmPixel
Convert an ASP pixel to a CSM pixel. Code copied from CsmModel.cc.
src/asp/Tools/orbit_plot.py:33
↓ 2 callers
Function
transformFromMapProject
Computes a Map2CamTrans given a DEM, image, and a sensor model. Can take a DEM height instead of a DEM file.
src/asp/Sessions/CameraUtils.cc:436
↓ 2 callers
Function
transformInlierTriPoints
Apply a transform to inlier triangulated points
src/asp/Rig/TransformUtils.cc:804
↓ 2 callers
Function
transform_file
src/asp/Tools/n_align.cc:301
↓ 2 callers
Function
transformed_crop_win
Transform the crop window to be in reference to L.tif. When --left-image-crop-win is set, different logic is used, which may need to be integrated her
src/asp/Tools/stereo.cc:60
↓ 2 callers
Function
tripletsMatches
Create ip with left_ip being at integer multiple of bin size in the left raw image. Then do the same for right_ip in right raw image. This way there i
src/asp/Core/DisparityProcessing.cc:1016
↓ 2 callers
Function
unflattenList
src/asp/Rig/happly.h:244
↓ 2 callers
Function
unpackCoeffs
There are 20 polynomial coefficients for each of lineNum, lineDen, sampNum, sampDen, as the RPC polynomials are of degree 3 in x and y. However, the
src/asp/Camera/RPCModelGen.cc:34
↓ 2 callers
Function
updateLinescanWithRig
Given a reference linescan camera and the transform from it to the current linescan camera, update the the current camera poses within the given range
src/asp/Camera/JitterSolveRigUtils.cc:724
↓ 2 callers
Function
updateLsModelTriPt
Update the linescan model with the latest optimized values of the position and quaternion parameters. Also update the triangulated point.
src/asp/Camera/JitterSolveCostFuns.cc:145
↓ 2 callers
Function
updateNumDoneTiles
Update the number of done tiles for current stage of processing. Care is taken that multiple processes can both update the same status file w
src/asp/Python/asp_stereo_utils.py:361
↓ 2 callers
Function
updateOutliers
Update the set of outliers based on param_storage
src/asp/Camera/BundleAdjustOutliers.cc:47
↓ 2 callers
Function
updatePointHeightFromDem
Given an xyz point in ECEF coordinates, update its height above datum by interpolating into a DEM. The input must already be prepared for interpolatio
src/asp/Core/BundleAdjustUtils.cc:254
↓ 2 callers
Method
update_camera
src/asp/SfmView/GlContext.cc:175
↓ 2 callers
Method
valid
Determines if a single pixel is valid.
src/asp/Core/ThreadedEdgeMask.h:38
↓ 2 callers
Method
valid_maximum
src/asp/IsisIO/DiskImageResourceIsis.cc:172
↓ 2 callers
Method
valid_minimum
src/asp/IsisIO/DiskImageResourceIsis.cc:162
↓ 2 callers
Function
validate
src/asp/Core/AspProgramOptions.cc:211
↓ 2 callers
Function
validateCropWin
Validate that key exists in the map and the value is a vector of 4 entries, each equal to "0".
src/asp/Sessions/CameraUtils.cc:245
↓ 2 callers
Function
validateNavOrWipe
If a nav file is not valid, wipe it.
src/asp/IceBridge/fetch_icebridge_data.py:52
↓ 2 callers
Function
validateOrthosAndFireball
Validate ortho and fireball files within the current frame range. This is expected to be in called in parallel for smaller chunks. Lidar files
src/asp/IceBridge/full_processing_script.py:138
↓ 2 callers
Function
value_diff
src/test/Helpers.h:99
↓ 2 callers
Function
vwToEigenMat
A function to convert a 3x3 VW matrix to Eigen
src/asp/Core/CameraTransforms.cc:44
↓ 2 callers
Method
worldBox
src/asp/GUI/MainWidget.cc:272
↓ 2 callers
Function
writeInliersToNvm
Write the inliers in nvm format. The keypoints are shifted relative to the optical center, as written by Theia if shift_keypoints is specified. This h
src/asp/Rig/RigUtils.cc:690
↓ 2 callers
Function
writeResiduals
Write the inlier residuals. Create one output file for each camera type. The format of each file is: dist_pixel_x, dist_pixel_y, norm(residual_x, resi
src/asp/Rig/RigUtils.cc:814
↓ 2 callers
Function
writeTriOffsetsPerCamera
Write the offsets between initial and final triangulated points
src/asp/Camera/BundleAdjustResiduals.cc:568
↓ 2 callers
Function
write_gcp_file
Record a set of IP results as ground control points TODO(oalexan1): Use asp::writeGcp() instead of inline GCP writing.
src/asp/IceBridge/ortho2pinhole.cc:92
↓ 2 callers
Function
write_good_pixel_and_filtered
src/asp/Tools/stereo_fltr.cc:240
↓ 2 callers
Method
write_header_string
src/asp/Core/PointUtils.cc:36
↓ 2 callers
Function
write_hillshade
src/asp/GUI/GuiUtilities.cc:113
↓ 2 callers
Function
write_ip_record
The reverse operation of read_ip_record. Inputs: - out: file handle to the output binary file (in 'wb' mode) - iprec: 1D array contai
src/asp/Tools/parse_match_file.py:44
↓ 2 callers
Function
write_parallel_type
src/asp/Camera/MapprojectImage.cc:267
↓ 2 callers
Function
write_parallel_type_multichannel
src/asp/Camera/MapprojectImage.cc:316
↓ 2 callers
Function
write_residual_logs
Write log files describing all residual errors. The order of data stored in residuals must mirror perfectly the way residuals were created.
src/asp/Camera/BundleAdjustResiduals.cc:303
↓ 2 callers
Method
zoom
src/asp/GUI/MainWidget.cc:612
↓ 1 callers
Method
Build
Build tracks for a given series of pairWise matches
src/asp/OpenMVG/tracks.hpp:67
↓ 1 callers
Function
BuildKDTree_double
src/asp/Tools/n_align.cc:258
↓ 1 callers
Function
CharonReflectance
Use the following model: Reflectance = f(alpha) * A * mu_0 /(mu_0 + mu) + (1-A) * mu_0 The value of A is either 1 (the so-called lunar-model), or A=0.
src/asp/SfS/SfsModel.cc:196
↓ 1 callers
Function
ChipMaker
src/asp/Core/PointCloudProcessing.cc:152
↓ 1 callers
Method
Clear
src/asp/Core/Point2Grid.cc:79
↓ 1 callers
Method
Create
Factory to hide the construction of the CostFunction object from the client code.
src/asp/Camera/BaseCostFuns.cc:40
↓ 1 callers
Method
Detect
src/asp/Rig/Detector.cc:60
↓ 1 callers
Function
EuclideanToHomogeneous
src/asp/OpenMVG/projection.cpp:195
↓ 1 callers
Function
ExperimentalLunarLambertianReflectance
Lunar-Lambertian with duplicated coefficients that could be optimized separately. This is experimental.
src/asp/SfS/SfsModel.cc:235
↓ 1 callers
Method
ExportToSTL
Export tracks as a map (each entry is a sequence of imageId and featureIndex): {TrackIndex => {(imageIndex, featureIndex), ... ,(imageIndex, featureIn
src/asp/OpenMVG/tracks.hpp:186
↓ 1 callers
Function
ExtractSubmap
Extract a submap in-place.
src/asp/Core/Nvm.cc:394
↓ 1 callers
Method
Filter
Remove bad tracks (too short or track with ids collision)
src/asp/OpenMVG/tracks.hpp:122
↓ 1 callers
Method
GenerateRemapMaps
The 'scale' variable is useful when we have the distortion model for a given image, and want to apply it to a version of that image at a different res
src/asp/Rig/RigCameraParams.cc:407
↓ 1 callers
Function
HStack
src/asp/OpenMVG/numeric.h:425
↓ 1 callers
Function
HapkeReflectance
The Fernando paper has a factor S, which is not present in the 1992 Jacquemoud paper, so we don't use it either here.
src/asp/SfS/SfsModel.cc:135
↓ 1 callers
Method
InitSets
Init the UF structure with num_cc nodes
src/asp/OpenMVG/union_find.hpp:41
↓ 1 callers
Function
LambertianReflectance
Computes the Lambertian reflectance model (cosine of the light direction and the normal to the Moon) Vector3 sunpos: the 3D coordinates of the Sun rel
src/asp/SfS/SfsModel.cc:39
↓ 1 callers
Function
LasProcessor
src/asp/Core/PointCloudAlignment.cc:170
↓ 1 callers
Function
LasProcessor
src/asp/Core/PdalUtils.cc:578
↓ 1 callers
Function
LunarLambertianReflectance
src/asp/SfS/SfsModel.cc:50
↓ 1 callers
Function
MergeMaps
Merge two maps. See sfm_merge.cc. Approach: Find matches among several images in map A and several in map B, based on num_image_overlaps_at_endpoints.
src/asp/Rig/MergeMaps.cc:489
↓ 1 callers
Function
MergePoses
Merge the camera poses from both maps using the cid2cid map of indices. By now the poses are in the same coordinate system but some show up in both ma
src/asp/Rig/MergeMaps.cc:150
↓ 1 callers
Function
NormLInfinity
src/asp/OpenMVG/numeric.h:293
↓ 1 callers
Function
ParseXYZ
Parse a file having on each line xyz coordinates
src/asp/Rig/RigParseUtils.cc:516
↓ 1 callers
Function
QPointF2Vec
src/asp/GUI/GuiUtilities.cc:271
↓ 1 callers
Function
RodriguesToRotation
src/asp/Camera/CameraResectioning.cc:33
↓ 1 callers
Method
SetDistortedCropSize
src/asp/Rig/RigCameraParams.cc:65
↓ 1 callers
Method
SetUndistortedSize
src/asp/Rig/RigCameraParams.cc:73
↓ 1 callers
Function
SkewMatMinimal
src/asp/OpenMVG/triangulation_nview.cpp:52
↓ 1 callers
Function
SlopeAspectZevenbergenThorneAlg
Calculate the DEM slope and aspect in degrees at a given location. The code below is adapted from GDAL. https://github.com/OSGeo/gdal/blob/46412f0fb7d
src/asp/PcAlign/SlopeAspect.cc:31
↓ 1 callers
Function
Square
src/asp/OpenMVG/numeric.h:182
↓ 1 callers
Function
TransformPoints
Apply same transform as above to points
src/asp/Rig/TransformUtils.cc:541
↓ 1 callers
Function
TransformRig
Apply a registration transform to a rig. The only thing that changes is scale, as the rig transforms are between coordinate systems of various cameras
src/asp/Rig/TransformUtils.cc:559
↓ 1 callers
Function
TriangulatePair
Triangulate rays emanating from given undistorted and centered pixels
src/asp/Rig/Triangulation.cc:66
↓ 1 callers
Method
Union
Replace sets containing I and J with their union
src/asp/OpenMVG/union_find.hpp:74
↓ 1 callers
Function
accumWeightedTiles
src/asp/Core/DemMosaic.cc:472
← previous
next →
901–1,000 of 3,842, ranked by callers