MCPcopy Create free account

hub / github.com/NeoGeographyToolkit/StereoPipeline / functions

Functions3,842 in github.com/NeoGeographyToolkit/StereoPipeline

↓ 1 callersFunctiondeleteKeywords
TODO(oalexan1): This must be integrated with ISIS
src/asp/IsisIO/IsisInterface.cc:191
↓ 1 callersMethoddeletePointAcrossImages
src/asp/Core/MatchList.cc:140
↓ 1 callersFunctiondeleteVerticesInBox
Delete vertices in a given box
src/asp/GUI/GuiGeom.cc:289
↓ 1 callersFunctiondem2dem_diff
src/asp/Tools/geodiff.cc:127
↓ 1 callersFunctiondemMinusPlane
src/asp/Core/BathyPlaneCalc.cc:959
↓ 1 callersFunctiondemMosaicDatumCheck
src/asp/Core/DemMosaic.cc:444
↓ 1 callersFunctiondemPixToCamPix
Compute which camera pixel observes a DEM pixel.
src/asp/Tools/mapproject_single.cc:210
↓ 1 callersFunctiondemPixelErr
Given an orbit given by the first and last camera center positions in projected coordinates, a real number t describing the position along this line,
src/asp/Camera/SatSim.cc:140
↓ 1 callersFunctiondem_geoid
src/asp/Tools/dem_geoid.cc:157
↓ 1 callersFunctiondescendIfNeeded
If the input folder contains only a single folder, return that contained folder. Otherwise return the input folder.
src/asp/IceBridge/regenerate_summary_images.py:195
↓ 1 callersFunctiondetectMatchFeatures
Detects features, matches them between image pairs, and builds tracks. This function handles the entire feature detection and matching pipeline: 1. D
src/asp/Rig/InterestPoint.cc:594
↓ 1 callersFunctiondetect_ip_aligned_pair
Detect interest points. Return also the rough homography that aligns the right image to the left.
src/asp/Core/InterestPointMatching.cc:1296
↓ 1 callersFunctiondetermineNodataValue
Determine the output nodata value. Read from first DEM if not user-specified, and validate that it can be represented exactly as a float.
src/asp/Tools/dem_mosaic.cc:1020
↓ 1 callersFunctiondetermineShifts
src/asp/Tools/lronacjitreg.cc:127
↓ 1 callersFunctiondetermine_output_shift
Determine the common shift value to use for the output files
src/asp/Tools/pc_merge.cc:110
↓ 1 callersFunctiondisp2ip
src/asp/Tools/disp2ip.cc:106
↓ 1 callersFunctiondispSpreadFilterIO
Filter D_sub by reducing its spread around the median. Read from disk, filter, and write back to disk.
src/asp/Core/DisparityProcessing.cc:426
↓ 1 callersFunctiondisp_or_matches_work
This is some logic unrelated to triangulation, but there seems to be no good place to put it. Unalign the disparity, and/or create match points from d
src/asp/Tools/stereo_tri.cc:596
↓ 1 callersFunctiondisparity_norm
Disparity norm
src/asp/Tools/disparitydebug.cc:47
↓ 1 callersMethoddistance_point_line
TODO(oalexan1): Use std::abs() instead of fabs(). May change the result.
src/asp/Core/InterestPointMatching2.cc:159
↓ 1 callersFunctiondistortion_sanity_check
When distortion params are shared, their number must agree
src/asp/Camera/BundleAdjustCamera2.cc:326
↓ 1 callersFunctiondivideByWeight
src/asp/Core/DemMosaic.cc:434
↓ 1 callersMethoddoBatchProcessing
src/asp/Gotcha/CBatchProc.cc:150
↓ 1 callersFunctiondoFetch
The main fetch function. Returns the number of failures.
src/asp/IceBridge/fetch_icebridge_data.py:659
↓ 1 callersFunctiondoWork
Do all of the processing.
src/asp/IceBridge/process_icebridge_batch.py:1194
↓ 1 callersFunctiondo_ba_ceres
Use Ceres to do bundle adjustment.
src/asp/Tools/bundle_adjust.cc:458
↓ 1 callersMethoddrawImage
Draw the images on the screen
src/asp/GUI/MainWidget.cc:781
↓ 1 callersMethoddrawInterestPoints
src/asp/GUI/MatchPointMgr.cc:33
↓ 1 callersFunctioneigen2vec
Convert keypoints from Eigen format
src/asp/Rig/BasicAlgs.cc:44
↓ 1 callersFunctionensureMinDistortion
This is needed to ensure distortion coefficients are not so small that they don't get optimized. This modifies the camera models in place. This does n
src/asp/Camera/BundleAdjustCamera2.cc:1528
↓ 1 callersFunctionenumerate_boundary_pixels
Given a pixel (x, y), and a length l, enumerate all the pixels on the boundary of the square of side length 2*l centered at (x, y).
src/asp/Tools/dem2gcp.cc:56
↓ 1 callersFunctionerodeCreateCenterlineWeights
Erode the DEM based on grassfire weights and recompute weights using centerline algorithm. This is used for priority blending where weights follow the
src/asp/Tools/dem_mosaic.cc:506
↓ 1 callersFunctionerode_image
TODO: This function should live somewhere else! Erode this many pixels around invalid pixels
src/asp/Core/OrthoRasterizer.cc:333
↓ 1 callersFunctionerror_to_NED
src/asp/Core/PointToDem2.cc:159
↓ 1 callersFunctionescape_token
(token)
src/asp/Python/asp_system_utils.py:185
↓ 1 callersFunctionestimCurvature
Given the quaternions in a camera model, calculate the curvature for each coordinate. This cannot be done at the starting and ending coordinate, as we
src/asp/Camera/JitterSolveCostFuns.cc:1955
↓ 1 callersFunctionestimExposureHazeAlbedo
Find the best-fit exposure and haze given the input sampled image and reflectance. Also find the sampled albedo along the way. The albedo will be opti
src/asp/SfS/SfsCostFun.cc:1309
↓ 1 callersFunctionestimExposuresHazeSkipVec
Initialize the exposure as mean(intensity)/mean(reflectance)/albedo. Initialize the haze to 0. Skip images with zero exposure. If the user provided in
src/asp/Tools/sfs.cc:628
↓ 1 callersFunctionestim_max_tri_error_and_proj_box
Sample the image and get generous estimates (but without outliers) of the maximum triangulation error and of the 3D box containing the projected point
src/asp/Core/OutlierProcessing.cc:167
↓ 1 callersFunctionestimateCloseDistance
Given a set of points in 3D, heuristically estimate what it means for two points to be "not far" from each other. The logic is to find a bounding box
src/asp/Rig/MergeMaps.cc:306
↓ 1 callersFunctionestimateHeightError
Given the normal (height) to the SfS DEM, find how different a height can be from this before the computed intensity due to that height is bigger than
src/asp/SfS/SfsErrorEstim.cc:61
↓ 1 callersFunctionestimateHeightRange
Estimate the valid height range in a region based on input height info. Also generates the lidar DEM.
src/asp/IceBridge/process_icebridge_batch.py:780
↓ 1 callersFunctionestimate_points_bdbox
Get a generous estimate of the bounding box of the current set while excluding outliers
src/asp/Core/OutlierProcessing.cc:67
↓ 1 callersFunctionestimate_ref_cloud_centroid
Estimate the centroid of the reference points
src/asp/Tools/pc_align.cc:958
↓ 1 callersFunctionestimate_right_trans_crop_win
Estimate the region in the right image corresponding to left_trans_crop_win based on ip in the current box and also by creating ip from D_sub. If cann
src/asp/Core/LocalAlignment.cc:108
↓ 1 callersFunctionestimate_surface_res
Estimate surface resolution by looking at four immediate neighbors. Return 0 if at least 2 neighbors are missing or the current point.
src/asp/Tools/pc_filter.cc:212
↓ 1 callersFunctionevalRpcDistUndist
TODO(oalexan1): This needs more work
src/asp/Rig/RigRpcDistortion.cc:516
↓ 1 callersMethodexpandToContain
(self, pt)
src/asp/Tools/historical_helper.py:65
↓ 1 callersFunctionexportToVoxblox
Save the depth clouds and optimized transforms needed to create a mesh with voxblox (if depth clouds exist).
src/asp/Rig/RigUtils.cc:471
↓ 1 callersFunctionexportTriPoints
Export the latest xyz values from param_storage to a vector of Vector3
src/asp/Camera/BundleAdjustEigen.cc:30
↓ 1 callersFunctionextractHdfData
Extract data from HDF file to temporary directory.
src/asp/Core/AsterProc.cc:457
↓ 1 callersMethodextractRawData
Extract raw data from the parsed XML for direct CSM population. No resampling is done here. The raw positions, velocities, and quaternions are returne
src/asp/Camera/PeruSatXML.cc:329
↓ 1 callersFunctionextractRotTrans
Extract the 3x3 rotation matrix R and 3D translation vector T from a 4x4 ECEF transformation matrix.
src/asp/Camera/RPCModelGen.cc:316
↓ 1 callersFunctionextractSfmCameraPoses
Collect the cam2world matrices and camera centers in vectors.
src/asp/SfmView/SceneRenderer.cc:283
↓ 1 callersFunctionextract_hdf5_points
Extract data from an Icebridge hdf5 file. Use this ASP format code to read: --csv-format 1:lat,2:lon,3:height_above_datum
src/asp/IceBridge/extract_icebridge_ATM_points.py:53
↓ 1 callersFunctionextract_lon_lat_cam_ctr_from_camera
Trace rays from pixel corners to DEM to see where they intersect the DEM. Save a pointer to the camera, georef, and interp_dem, as we may need these l
src/asp/Tools/cam_gen.cc:836
↓ 1 callersFunctionextract_opts_and_env_vars
Given an input string having algorithm options, like "-v 4", and environmental variables, like "VAL=5", possibly with repetitions, so VAL=5 and VAL=6
src/asp/Core/LocalAlignment.cc:1242
↓ 1 callersFunctionextract_qi_points
Extract data from a n Icebridge qi file. Use this ASP format code to read: --csv-format 1:lat,2:lon,3:height_above_datum
src/asp/IceBridge/extract_icebridge_ATM_points.py:24
↓ 1 callersFunctionextrapolatePosition
TODO(oalexan1): Move this to a better place Given a set of orbital positions acquired at with uniform time spacing, corresponding velocities, the time
src/asp/Tools/prism2asp.cc:157
↓ 1 callersFunctionfetchAllRunData
Download all data needed to process a run
src/asp/IceBridge/full_processing_script.py:55
↓ 1 callersFunctionfetchCameraFolder
Fetch a camera folder from the archive if it exists. Returns True if we got the file. If more than one, return the latest by modification tim
src/asp/IceBridge/archive_functions.py:230
↓ 1 callersFunctionfetchNavData
Fetch all the nav data for a flight.
src/asp/IceBridge/fetch_icebridge_data.py:604
↓ 1 callersFunctionfetch_files
Fetch all the files for a HiRISE image and return the list of files.
src/asp/Tools/hiedr2mosaic.py:308
↓ 1 callersFunctionfgr_alignment
Compute alignment using FGR
src/asp/PcAlign/pc_align_fgr.cc:96
↓ 1 callersFunctionfileNonEmpty
Make sure file exists and is non-empty.
src/asp/IceBridge/icebridge_common.py:1310
↓ 1 callersFunctionfill_blend_options
src/asp/Tools/stereo_blend.cc:200
↓ 1 callersMethodfill_cam_to_world
src/asp/SfmView/SfmUtils.cc:53
↓ 1 callersMethodfill_camera_pos
src/asp/SfmView/SfmUtils.cc:38
↓ 1 callersMethodfill_viewing_direction
src/asp/SfmView/SfmUtils.cc:46
↓ 1 callersFunctionfilterBatchJobFile
Make a copy of the batch list file which only contains incomplete batches.
src/asp/IceBridge/pleiades_manager.py:528
↓ 1 callersFunctionfilterGcpOutliers
Filter GCP outliers based on mean reprojection error per triangulated point. Adds to the existing outlier set (does not clear it).
src/asp/Camera/BundleAdjustOutliers.cc:373
↓ 1 callersFunctionfilterImages
Keep only image files, shape files, and csv files
src/asp/GUI/GuiArgs.cc:168
↓ 1 callersFunctionfilterOutliersByConvergenceAngle
src/asp/Camera/BundleAdjustOutliers.cc:89
↓ 1 callersFunctionfilterOutliersProjWin
Filter matches by projection window. TODO(oalexan1): Use this in jitter_solve. TODO(oalexan1): This needs to be done before subsampling the matches
src/asp/Camera/BundleAdjustOutliers.cc:59
↓ 1 callersFunctionfilterPointsByError
Filters out all points from point_cloud with an error entry higher than cutoff
src/asp/PcAlign/pc_align_utils.cc:805
↓ 1 callersFunctionfilter_D_sub
Filter D_sub. All alignment methods are supported.
src/asp/Core/DisparityProcessing.cc:75
↓ 1 callersFunctionfilter_by_median
src/asp/Core/OrthoRasterizer.cc:291
↓ 1 callersFunctionfilter_ip_using_cameras
Filter ip by triangulation error and height range. This assumes the interest points are for the original images, without alignment or mapprojection. T
src/asp/Core/InterestPointMatching.cc:870
↓ 1 callersFunctionfilter_local_ip_using_cameras
Unalign the ip, filter them using the cameras, align them back, and return the inlier ip.
src/asp/Core/LocalAlignment.cc:242
↓ 1 callersFunctionfilter_source_cloud
Points in source_point_cloud farther than opt.max_disp from the reference cloud are deleted.
src/asp/Tools/pc_align.cc:606
↓ 1 callersFunctionfindCidToCid
Find how to map cids which may have repetition, to new unique cid. Also sort the new cid by image name.
src/asp/Rig/MergeMaps.cc:416
↓ 1 callersFunctionfindClosestPolyEdge
src/asp/GUI/GuiGeom.cc:92
↓ 1 callersFunctionfindClosestRefCamera
TODO(oalexan1): Decrease the complexity of this function. Use binary search. Also process each rig group separately.
src/asp/Camera/JitterSolveRigUtils.cc:224
↓ 1 callersFunctionfindDirectionAlongOrbit
Given the direction going from first_proj to last_proj, and knowing that we are at curr_proj, find if we are before or after ref_proj. Return 1 if aft
src/asp/Camera/SatSim.cc:594
↓ 1 callersFunctionfindMapToMapTransform
Estimate the transform from B_xyz_vec to A_xyz_vec using RANSAC. A lot of outliers are possible.
src/asp/Rig/MergeMaps.cc:375
↓ 1 callersFunctionfindMatchingLidarFileFromList
Find the best matching lidar file from a list.
src/asp/IceBridge/icebridge_common.py:1225
↓ 1 callersFunctionfindPairwiseMatches
src/asp/Sessions/BundleAdjustSession.cc:127
↓ 1 callersFunctionfind_disparity
Find the interpolated disparity value at a given pixel. If not valid, look in a small neighborhood. That should not be overused.
src/asp/Tools/dem2gcp.cc:86
↓ 1 callersFunctionfind_error_image_and_do_stats
src/asp/Tools/point2las.cc:243
↓ 1 callersFunctionfind_matches_from_disp
Get a list of matched IP based on an input disparity
src/asp/Tools/image_align.cc:56
↓ 1 callersFunctionfind_matches_from_hillshading
Hillshade the reference and source DEMs, and use them to find interest point matches among the hillshaded images. These will be used later to find a
src/asp/Tools/pc_align.cc:673
↓ 1 callersFunctionfind_mean_camera_pos
Function to find the mean camera position
src/asp/SfmView/SceneRenderer.cc:271
↓ 1 callersFunctionfind_point_cloud_center
Find the point cloud center TODO(oalexan1): Move this to some low-level point cloud utils file
src/asp/Tools/stereo_tri.cc:483
↓ 1 callersFunctionfind_points_at_shape_corners
Compute the 3D locations at the shape corners based on interpolating into the DEM and converting to ECEF and to local projected stereographic coordina
src/asp/Core/BathyPlaneCalc.cc:539
↓ 1 callersFunctionfind_points_from_lon_lat_csv
Read a set of lon-lat measurements in CSV format, then interpolate into the DEM with bilinear interpolation to find the height.
src/asp/Core/BathyPlaneCalc.cc:632
↓ 1 callersFunctionfind_points_from_meas_csv
Read a set of measurements in CSV format, to use later to fit the water surface
src/asp/Core/BathyPlaneCalc.cc:588
↓ 1 callersFunctionfind_projection
Estimate the projection and convert llh_vec to projected coordinates
src/asp/Core/BathyPlaneCalc.cc:103
↓ 1 callersFunctionfind_shortest_distance
Find shortest distance from camera center to the origin
src/asp/SfmView/SceneRenderer.cc:257
↓ 1 callersFunctionfind_solution_from_seed
Computes a system solution from a seed and returns the final error number.
src/asp/Camera/RPCModelGen.cc:150
↓ 1 callersFunctionfind_tile_at_loc
Find the tile at given location for a parallel_stereo run with local epipolar alignment.
src/asp/Tools/stereo_parse.cc:45
← previousnext →1,201–1,300 of 3,842, ranked by callers