MCPcopy Create free account

hub / github.com/NeoGeographyToolkit/StereoPipeline / functions

Functions3,842 in github.com/NeoGeographyToolkit/StereoPipeline

↓ 1 callersFunctionhical
( cub_files, threads, delete=False )
src/asp/Tools/hiedr2mosaic.py:135
↓ 1 callersFunctionhijitreg
( noproj_CCDs, threads, delete=False )
src/asp/Tools/hiedr2mosaic.py:242
↓ 1 callersFunctionhistitch
( cub_files, threads, delete=False )
src/asp/Tools/hiedr2mosaic.py:154
↓ 1 callersFunctionhtmlIndexFile
Return the html index file for this folder (if appropriate)
src/asp/IceBridge/icebridge_common.py:147
↓ 1 callersFunctionimageCoordToVector
src/asp/Camera/CsmModel.cc:121
↓ 1 callersFunctionimage_calc
src/asp/Tools/image_calc.cc:877
↓ 1 callersFunctionimage_calc_stretch
Implement option --stretch
src/asp/Tools/image_calc.cc:655
↓ 1 callersMethodimage_to_ground
Intersect the ray from the given pixel with surface at this height above the datum. Use Newton's method. The obtained intersection point must project
src/asp/Camera/RPCModel.cc:533
↓ 1 callersFunctioninFillImage3x3
Given the albedo image, and the valid mask, in-fill from valid pixels to invalid ones using 3x3 neighborhood averaging. Do a single pass. This is most
src/asp/SfS/SfsImageProc.cc:1185
↓ 1 callersFunctionindexInGroup
Given a set of integers in increasing order, with each assigned to a group, return the index of the current integer in its group.
src/asp/Camera/JitterSolveUtils.cc:92
↓ 1 callersMethodinit
src/asp/SfmView/GlContext.cc:136
↓ 1 callersFunctioninitFrameCameraParams
For the cameras that are of frame type, copy the initial values of camera position and orientation to the vector of variables that we will optimize. H
src/asp/Camera/JitterSolveUtils.cc:165
↓ 1 callersFunctioninitResampleCsmCams
Apply the input adjustments to the CSM cameras. Resample linescan models. Get pointers to the underlying CSM cameras, as need to manipulate those dire
src/asp/Tools/jitter_solve.cc:887
↓ 1 callersFunctioninitRpcAsAffine
Find the best-fit affine transform, that will serve as initial guess for RPC
src/asp/Camera/RPCModelGen.cc:180
↓ 1 callersFunctioninit_camera_using_gcp
Initialize the position and orientation of a pinhole camera model using GCP. It invokes OpenCV's PnP functionality.
src/asp/Camera/BundleAdjustCamera.cc:583
↓ 1 callersFunctioninit_cams
Create the param storage. Collect in it any input adjustments and initial transform. Return a copy of the cameras having these adjustments applied to
src/asp/Camera/BundleAdjustCamera2.cc:104
↓ 1 callersMethodinit_cams_as_zero
Set all camera position and pose values to zero.
src/asp/Camera/BaParams.cc:162
↓ 1 callersFunctioninit_cams_csm
TODO: Share more code with the similar pinhole case. Specialization for CSM
src/asp/Camera/BundleAdjustCamera2.cc:262
↓ 1 callersFunctioninit_cams_optical_bar
TODO: Share more code with the similar pinhole case. Specialization for optical bar cameras.
src/asp/Camera/BundleAdjustCamera2.cc:216
↓ 1 callersFunctioninit_cams_pinhole
Specialization for pinhole cameras
src/asp/Camera/BundleAdjustCamera2.cc:155
↓ 1 callersMethodinit_impl
src/asp/SfmView/SceneRenderer.cc:164
↓ 1 callersFunctioninit_pinhole_model_with_camera_positions
Initialize the position and orientation of each pinhole camera model using a least squares error transform to match the provided camera positions. Thi
src/asp/Camera/BundleAdjustCamera.cc:374
↓ 1 callersFunctioninitial_transform_from_match_file
Compute an initial source to reference transform based on tie points (interest point matches).
src/asp/Tools/pc_align.cc:747
↓ 1 callersMethodinitialize
src/asp/Core/StereoSettings.cc:68
↓ 1 callersMethodinitialize
src/asp/Core/PdalUtils.cc:121
↓ 1 callersFunctioninitializeTileVector
Initializations needed for various modes
src/asp/Tools/dem_mosaic.cc:75
↓ 1 callersMethodinitialize_spacing
This is kind of like part 2 of the constructor - This function finalizes the spacing and generates a spacing-snapped BBox.
src/asp/Core/OrthoRasterizer.cc:611
↓ 1 callersFunctioninterpDem
A helper function to do interpolation. Will not interpolate when exactly on the grid. This does not interpolate when the weight is 0, as that suggests
src/asp/Core/DemMosaic.cc:321
↓ 1 callersFunctioninterpFramePose
Given a map from timestamps to frame camera indices in csm_models, do linear interpolation in time. Return false if out of bounds. TODO(oalexan1): Mus
src/asp/Camera/JitterSolveRigUtils.cc:415
↓ 1 callersFunctioninterpOrExtrap
Given a set of poses indexed by time, interpolate or extrapolate (within range of bracket_len) at a set of target timestamps. Go forward in time both
src/asp/Rig/InterpolationUtils.cc:67
↓ 1 callersFunctioninterpVelocities
Get positions. Based on the UsgsAstroLsSensorModel code. TODO(oalexan1): Move this to a new CsmModelUtils.cc file and
src/asp/Camera/CsmUtils.cc:153
↓ 1 callersFunctionintersect_boxes
(A, B)
src/asp/Python/asp_alg_utils.py:104
↓ 1 callersFunctioninv_gamma
src/asp/Rig/RigMath.cc:109
↓ 1 callersFunctioninvalid_image
See if a given image has only invalid pixels
src/asp/Tools/stereo_blend.cc:314
↓ 1 callersFunctioninvalidateByThreshold
src/asp/Core/DemMosaic.cc:378
↓ 1 callersFunctioninvalidateNaN
src/asp/Core/DemMosaic.cc:388
↓ 1 callersFunctionip_filter_using_dem
Filter IP using a given DEM and max height difference. Assume that the interest points have alignment applied to them (either via a transform or from
src/asp/Core/InterestPointMatching.cc:983
↓ 1 callersFunctionisDEM
Return true if a file is a recognized DEM.
src/asp/IceBridge/icebridge_common.py:394
↓ 1 callersFunctionisFileHalfRes
(cubFilePath)
src/asp/Tools/lronac2mosaic.py:191
↓ 1 callersFunctionisFloat
Return true if the input value can be converted to a float.
src/asp/IceBridge/icebridge_common.py:765
↓ 1 callersFunctionisInSeparateByLatTable
(yyyymmdd)
src/asp/IceBridge/fetch_icebridge_data.py:274
↓ 1 callersFunctionisLidar
Return true if the file is an input (not converted) lidar format
src/asp/IceBridge/icebridge_common.py:399
↓ 1 callersMethodisPointValid
src/asp/Core/MatchList.cc:96
↓ 1 callersFunctionisPolyZeroDim
src/asp/GUI/GuiUtilities.cc:56
↓ 1 callersFunctionis_blank
A little helper function
src/asp/Rig/RigParseUtils.cc:511
↓ 1 callersFunctionis_tile_run
If --trans-crop-win is in the input arguments, this is means that we are running stereo for a tile
src/asp/Tools/stereo.cc:599
↓ 1 callersFunctionisisCubMetadata
Fetch metadata from an ISIS cube for saving to the output CSM camera.
src/asp/Tools/cam_gen.cc:1375
↓ 1 callersFunctionjitterSolvePass
Run one pass of solving for jitter. At each pass the cameras we have so far are used to triangulate the points and the DEM constraint is refreshed if
src/asp/Tools/jitter_solve.cc:1030
↓ 1 callersFunctionkeypointMapToVec
Create keypoint_vec from keypoint_map. That just reorganizes the data to the format expected later.
src/asp/Rig/InterestPoint.cc:569
↓ 1 callersFunctionkill_proc_tree
(pid, including_parent=True)
src/asp/Python/asp_system_utils.py:460
↓ 1 callersFunctionlas_or_csv_to_tif
We will fetch a chunk of the las file of area ASP_POINT_CLOUD_TILE_LEN x ASP_POINT_CLOUD_TILE_LEN, split it into bins of spatially close points, and w
src/asp/Core/PointCloudProcessing.cc:572
↓ 1 callersFunctionleast_squares_alignment
Compute alignment using least squares
src/asp/PcAlign/pc_align_ceres.cc:85
↓ 1 callersFunctionleftAlignExrFile
src/asp/Core/AlignmentUtils.cc:39
↓ 1 callersFunctionleftAlignFile
src/asp/Core/AlignmentUtils.cc:28
↓ 1 callersFunctionlidarCsvToDem
Generate a DEM from a lidar file in the given region (plus a buffer)
src/asp/IceBridge/process_icebridge_batch.py:733
↓ 1 callersFunctionlidarFilesInRange
Fetch only lidar files for the given frame range. Do that as follows. For each ortho frame in [startFrame, stopFrame], find the lidar fi
src/asp/IceBridge/fetch_icebridge_data.py:547
↓ 1 callersFunctionlinear_affine_fundamental_matrix
Solves for Affine Fundamental Matrix as per instructions in Multiple View Geometry. Outlier elimination happens later.
src/asp/Core/AffineEpipolar.cc:40
↓ 1 callersMethodlines
Returns the number of lines is the ISIS cube
src/asp/IsisIO/IsisCameraModel.h:75
↓ 1 callersMethodlinescan_quaternions
Get quaternions (only for linescan cameras)
src/asp/Camera/CsmModel.cc:1353
↓ 1 callersFunctionlist_median
(lst)
src/asp/IceBridge/process_icebridge_run.py:250
↓ 1 callersFunctionloadCamerasSunPos
Load cameras and sun positions
src/asp/Tools/sfs.cc:158
↓ 1 callersFunctionloadDemBdBoxes
Find the bounding box of all DEMs in the projected space. - mosaic_bbox is the output bounding box in projected space - dem_proj_bboxes and dem_pixel_
src/asp/Tools/dem_mosaic.cc:860
↓ 1 callersFunctionloadDemsForTiles
Load DEMs that intersect with the current tile batch. This filters the input DEMs to only those needed for the tiles being processed, and prepares the
src/asp/Tools/dem_mosaic.cc:936
↓ 1 callersFunctionloadEstimCameraPositions
Looks in the input camera position file to generate a GCC position for each input camera. - If no match is found, the coordinate is (0,0,0)
src/asp/Camera/BundleAdjustOptions.cc:148
↓ 1 callersFunctionloadGeoref
Read the georeference for the DEM and albedo
src/asp/Tools/sfs.cc:438
↓ 1 callersFunctionloadImagesNodata
src/asp/Tools/image_calc.cc:800
↓ 1 callersFunctionloadMaskedImagesCalcWeights
Load masked images and compute blending weights. These weights will be adjusted later.
src/asp/Tools/sfs.cc:367
↓ 1 callersFunctionloadMeshBuildTree
src/asp/Rig/TextureProcessing.cc:65
↓ 1 callersMethodloadPairwiseMatches
src/asp/GUI/MatchPointMgr.cc:122
↓ 1 callersMethodloadPointsFromGCPs
src/asp/Core/MatchList.cc:177
↓ 1 callersMethodloadPointsFromMatchFiles
src/asp/Core/MatchList.cc:350
↓ 1 callersMethodloadPointsFromVwip
src/asp/Core/MatchList.cc:234
↓ 1 callersFunctionloadRefDisp
Load all of the reference disparities specified in the input text file and store them in the vectors. Return the number loaded.
src/asp/Camera/BundleAdjustIO.cc:739
↓ 1 callersFunctionloadReferenceTerrain
Read the reference terrain. Ensure enough reference points are loaded that project in the camera boxes. Do two attempts. TODO(oalexan1): This will nee
src/asp/Camera/JitterSolveCostFuns.cc:1659
↓ 1 callersFunctionloadValidateBaOptions
Validate the bundle_adjust options. This modifies the options structure.
src/asp/Sessions/BundleAdjustParse.cc:47
↓ 1 callersFunctionload_ASTER_camera_model_from_xml
src/asp/Camera/LinescanASTERModel.cc:84
↓ 1 callersFunctionload_D_sub
Load the D_sub file fully in memory
src/asp/Core/DisparityProcessing.cc:39
↓ 1 callersFunctionload_camera_and_find_ip
src/asp/IceBridge/ortho2pinhole.cc:407
↓ 1 callersFunctionload_cloud_as_mat
Load xyz points from disk into a matrix with 4 columns. Last column is just ones.
src/asp/PcAlign/pc_align_utils.cc:72
↓ 1 callersFunctionload_interpolation_ready_dem
src/asp/PcAlign/pc_align_utils.cc:581
↓ 1 callersFunctionload_intrinsics_options
For each option, the string must include a subset of the entries: "focal_length, optical_center, distortion_params" - Need the extra boolean to handle
src/asp/Camera/BundleAdjustCamera2.cc:614
↓ 1 callersFunctionload_las
Try to load at least this many points from the LAS file. TODO(oalexan1): This function should reduce the number of points if they are too many.
src/asp/Core/PdalUtils.cc:752
↓ 1 callersMethodload_next_chunk
Set up the next interpolator - Returns false if the end of the file was reached
src/asp/IceBridge/nav2cam.cc:327
↓ 1 callersFunctionload_pairs_from_file
Loads in the points from a text file
src/asp/Tools/rpc_gen.cc:112
↓ 1 callersFunctionload_pc
src/asp/Core/EigenUtils.cc:565
↓ 1 callersMethodload_perusat_camera_model
Load a PeruSat linescan camera file
src/asp/Sessions/CameraModelLoader.cc:116
↓ 1 callersFunctionload_perusat_camera_model_from_xml
Load PeruSat camera as a CSM linescan model. Resampling is done here (not in PeruSatXML) so the XML class returns raw data. Positions/velocities: Lagr
src/asp/Camera/LinescanPeruSatModel.cc:251
↓ 1 callersFunctionload_pleiades_camera_model_from_xml
src/asp/Camera/LinescanPleiadesModel.cc:380
↓ 1 callersFunctionload_reference_dem
Load the DEM and adjust some options depending on DEM statistics.
src/asp/IceBridge/ortho2pinhole.cc:289
↓ 1 callersMethodload_scene
src/asp/SfmView/SfmMainWindow.cc:70
↓ 1 callersMethodload_shaders
src/asp/SfmView/SceneRenderer.cc:53
↓ 1 callersFunctionload_spot_camera_model_from_xml
src/asp/Camera/LinescanPleiadesModel.cc:395
↓ 1 callersMethodload_view
src/asp/SfmView/SfmUtils.cc:203
↓ 1 callersFunctionlocal_alignment
Algorithm to perform local alignment. Approach: - Given the global interest points and the left crop window, find the right crop window. - Crop the gl
src/asp/Core/LocalAlignment.cc:364
↓ 1 callersFunctionlocate_inputs
Identify the appropriate inputs in the ASTER directory
src/asp/Tools/aster2asp.cc:156
↓ 1 callersFunctionlookupFilesPoses
A function to extract poses, filenames, and timestamps from read data.
src/asp/Rig/ImageLookup.cc:94
↓ 1 callersFunctionlookupImages
Look up images for a set of rigs. This requires looking up images for individual rigs, then concatenating the results and adjusting the book-keeping.
src/asp/Rig/ImageLookup.cc:605
↓ 1 callersFunctionlookupImagesAndBrackets
Look up each ref cam image by timestamp, with the rig assumption. In between any two ref cam timestamps, which are no further from each other than the
src/asp/Rig/ImageLookup.cc:137
↓ 1 callersFunctionlookupImagesNoBrackets
Assuming that the rig constraint is not used, initialize the 'cams' structure by copying each image and its other data in that structure as expected b
src/asp/Rig/ImageLookup.cc:423
↓ 1 callersFunctionlookupImagesOneRig
Look up images, with or without the rig constraint. See individual functions below for more details.
src/asp/Rig/ImageLookup.cc:506
← previousnext →1,501–1,600 of 3,842, ranked by callers