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
↓ 3 callers
Function
calc_intensity_residual
src/asp/SfS/SfsCostFun.cc:297
↓ 3 callers
Method
cartesian_to_csv
src/asp/Core/PointUtils.cc:607
↓ 3 callers
Function
checkSpacing
Given a vector of values and a spacing, check that the values have that spacing, with given tolerance.
src/asp/Tools/prism2asp.cc:116
↓ 3 callers
Function
check_homography_matrix
src/asp/Core/InterestPointMatching.cc:265
↓ 3 callers
Function
check_output_files
Verify the output files were created.
src/asp/Tools/hiedr2mosaic.py:114
↓ 3 callers
Function
cnetToNvm
Create an nvm from a cnet. There is no shift in the interest points. That is applied only on loading and saving. Optionally, updated triangulated poin
src/asp/Core/Nvm.cc:592
↓ 3 callers
Method
cols
src/asp/Tools/dem_geoid.cc:79
↓ 3 callers
Function
compute_registration_error
Compute the distance from source_point_cloud to the reference points.
src/asp/Tools/pc_align.cc:572
↓ 3 callers
Function
compute_residuals
Compute the bundle_adjust residuals. Multiply the pixel residuals by their sigmas, to get back the pixel reprojection errors.
src/asp/Camera/BundleAdjustResiduals.cc:40
↓ 3 callers
Function
consolidateGeodiffResults
Create a summary file of multiple geodiff csv output files
src/asp/IceBridge/process_icebridge_batch.py:617
↓ 3 callers
Method
create
src/asp/SfmView/MeshRenderer.cc:28
↓ 3 callers
Function
createCsmModel
src/asp/Tools/prism2asp.cc:229
↓ 3 callers
Function
csmStateFile
Manufacture a CSM state file from an adjust file
src/asp/Core/BundleAdjustUtils.cc:470
↓ 3 callers
Function
csvIndexFile
Return the clean csv version of the html index file for this folder (if appropriate)
src/asp/IceBridge/icebridge_common.py:151
↓ 3 callers
Function
csv_separator
CSV separator
src/asp/Core/PointUtils.h:192
↓ 3 callers
Function
detect_ip
Detect interest points. Use a cached ip file if available and if the use_cached_ip flag is set. This is not meant to be used directly. Use ip_matching
src/asp/Core/InterestPointMatching.cc:54
↓ 3 callers
Function
detect_ip_pair
Detect IP in a pair of images and apply rudimentary filtering. Returns false if either image ended up with zero IP.
src/asp/Core/InterestPointMatching.cc:200
↓ 3 callers
Function
dist_to_plane
src/asp/Core/BathyPlaneCalc.cc:785
↓ 3 callers
Method
draw
src/asp/SfmView/MeshRenderer.cc:110
↓ 3 callers
Function
ecefCoordToVector
src/asp/Camera/CsmModel.cc:105
↓ 3 callers
Function
eigen_to_vec3f
src/asp/Rig/TextureProcessing.cc:97
↓ 3 callers
Function
epipolar_ip_matching_task
Match a set of interest points. This can be invoked for all interest points in the image, then multiple threads are used, for for partial subsets, whe
src/asp/Core/InterestPointMatching2.cc:377
↓ 3 callers
Method
evaluate
Read in all of the parameters and compute the residuals.
src/asp/Camera/BundleAdjustCostFuns.cc:56
↓ 3 callers
Method
existingFilesDict
See which output files of given type exist.
src/asp/IceBridge/run_helper.py:209
↓ 3 callers
Function
expand_box_by_pct
Expand a box by a given percentage (typically pct is between 0 and 100)
src/asp/Core/ImageUtils.cc:404
↓ 3 callers
Function
extrapolateAtEndTime
Insert one more value at the end of the list, based on extrapolated last two values, at time based on extrapolating from last time.
src/asp/Camera/PleiadesXML.cc:611
↓ 3 callers
Function
extrapolateAtStartTime
Insert one more value at the start of the list, based on extrapolated first two values, at time based on extrapolating from first time.
src/asp/Camera/PleiadesXML.cc:566
↓ 3 callers
Function
findBestProjCamLocation
Find the location of camera center along the trajectory, in projected coordinates, so that the ray from the camera center to the ground goes closest t
src/asp/Camera/SatSim.cc:245
↓ 3 callers
Function
findCamTypeAndTimestamp
Given a file with name <dir>/<text><digits>.<digits><text>ref_cam<text>.jpg or <dir>/<cam name>/<digits>.<digits>.jpg find the cam name and the timest
src/asp/Rig/RigParseUtils.cc:130
↓ 3 callers
Function
findRange
Concatenate the orig and opt arrays and find the min and max values.
src/asp/Tools/orbit_plot.py:487
↓ 3 callers
Function
find_approx_points_median
TODO(oalexan1): Move this to some low-level utils file
src/asp/Tools/stereo_tri.cc:457
↓ 3 callers
Method
float_distortion_params
src/asp/Camera/BaParams.cc:64
↓ 3 callers
Function
formScaledByteCVImage
Scale an image from [0, 1] to [0, 255], round, and clamp. NaN values are not affected.
src/asp/Core/OpenCVUtils.cc:83
↓ 3 callers
Function
getFirstN
(arr, N)
src/asp/Tools/orbit_plot.py:365
↓ 3 callers
Function
getFolderUrl
Get full URL to the location where the files are kept.
src/asp/IceBridge/fetch_icebridge_data.py:292
↓ 3 callers
Method
getFrameRange
Return the min and max frame currently stored for the run
src/asp/IceBridge/run_helper.py:483
↓ 3 callers
Method
getLabelOrthoFolder
(self)
src/asp/IceBridge/run_helper.py:149
↓ 3 callers
Method
getNumImages
src/asp/Core/MatchList.cc:72
↓ 3 callers
Function
getTagName
src/asp/Tools/image_calc.cc:82
↓ 3 callers
Function
get_asp_version
Returns the current ASP version number
src/asp/Python/asp_system_utils.py:79
↓ 3 callers
Method
get_block_sizes
Return the size of each parameter block. These should sum up to equal num_params. The first block is always the point block (3) and the second block i
src/asp/Camera/BundleAdjustCostFuns.cc:48
↓ 3 callers
Function
get_cost_mode_value
Returns the properly cast cost mode type
src/asp/Tools/stereo_corr.cc:53
↓ 3 callers
Method
get_datum_isis
Manufacture a datum
src/asp/IsisIO/IsisInterface.cc:153
↓ 3 callers
Function
get_distortion
src/asp/Camera/BundleAdjustCamera2.cc:1264
↓ 3 callers
Method
get_georef
Peek inside the images and camera models and return the datum and projection, or at least the datum, packaged in a georef. If no success finding the d
src/asp/Sessions/StereoSession.cc:338
↓ 3 callers
Function
get_input_image
Load an input image, respecting the user parameters.
src/asp/Tools/image_mosaic.cc:76
↓ 3 callers
Function
get_remote_ortho_folder
Get the folder containing orthos for given user.
src/asp/IceBridge/archive_functions.py:93
↓ 3 callers
Function
get_remote_output_folder
Get the folder containing DEMs for given user.
src/asp/IceBridge/archive_functions.py:84
↓ 3 callers
Function
get_rotation_matrix_pitch
Rotate about Y (right)
src/asp/IceBridge/nav2cam.cc:156
↓ 3 callers
Function
get_rotation_matrix_roll
Rotate about X (forward)
src/asp/IceBridge/nav2cam.cc:148
↓ 3 callers
Method
get_value_as_double
src/asp/GUI/DiskImagePyramidMultiChannel.cc:371
↓ 3 callers
Method
hide
Hide the given image
src/asp/GUI/ChooseFilesDlg.cc:149
↓ 3 callers
Function
homography_rectification
Compute the homography matrix (in right_matrix). The left matrix will have a translation corresponding to a crop.
src/asp/Core/InterestPointMatching.cc:446
↓ 3 callers
Function
horizontalStDevFromCamera
Read the horizontal error from some camera models
src/asp/Camera/CameraErrorPropagation.cc:30
↓ 3 callers
Function
intersectDemWithRay
Wrapper for logic to intersect DEM with ground. The xyz provided on input serves as initial guess and gets updated on output if the intersection succe
src/asp/Camera/SyntheticLinescan.cc:94
↓ 3 callers
Method
ip_matching
A default IP matching implementation that derived classes can use
src/asp/Sessions/StereoSessionIp.cc:57
↓ 3 callers
Method
isFrameCam
src/asp/Camera/CsmModel.cc:1456
↓ 3 callers
Function
isGoodTri
A triangulated point that is equal to (0, 0, 0), inf, or NaN, is not good.
src/asp/Rig/Triangulation.cc:200
↓ 3 callers
Function
isValidBlock
Check if a parameter block is valid (exists and is not constant)
src/asp/SfS/SfsCostFun.cc:1477
↓ 3 callers
Function
is_exe
(fpath)
src/asp/Python/asp_system_utils.py:121
↓ 3 callers
Function
las_file_size
Read the number of points in the LAS file. For COPC files, we usually care not for this, but for the number of points in a region.
src/asp/Core/PdalUtils.cc:320
↓ 3 callers
Function
launchJobs
Run a blend, ortho gen, or label job.
src/asp/IceBridge/pleiades_manager.py:622
↓ 3 callers
Function
libexec_path
(prog, **kw)
src/asp/Python/asp_system_utils.py:263
↓ 3 callers
Function
linearInterp
Given two poses aff0 and aff1, and 0 <= alpha <= 1, do linear interpolation.
src/asp/Rig/InterpolationUtils.cc:29
↓ 3 callers
Method
load
Load the image is not loaded so far
src/asp/GUI/ImageData.cc:322
↓ 3 callers
Function
loadIsisCnet
Load an ISIS cnet file and copy it to an ASP control network. The ISIS cnet will be used when saving the updated cnet. Keep these cnets one-to-one, th
src/asp/Camera/BundleAdjustIsis.cc:234
↓ 3 callers
Method
load_ASTER_camera_model
Load a ASTER camera file
src/asp/Sessions/CameraModelLoader.cc:134
↓ 3 callers
Function
load_camera
src/asp/Sessions/CameraUtils.cc:47
↓ 3 callers
Function
load_cameras
Load cameras from given image and camera files. Load them in parallel except for ISIS which is not thread-safe.
src/asp/Sessions/CameraUtils.cc:98
↓ 3 callers
Method
load_csm_camera_model
Load a CSM camera file
src/asp/Sessions/CameraModelLoader.cc:158
↓ 3 callers
Method
load_dg_camera_model
Load a DG camera file
src/asp/Sessions/CameraModelLoader.cc:95
↓ 3 callers
Function
logger_print
Print to logger, if present. This helps keeps all messages in sync.
src/asp/IceBridge/icebridge_common.py:1478
↓ 3 callers
Function
maskedMedian
Compute the median of the valid pixels
src/asp/PcAlign/MaskedImageAlgs.cc:48
↓ 3 callers
Function
matchIp
A wrapper around ip matching. Can also work with NULL cameras. Various settings are passed in via asp::stereo_settings(). TODO(oalexan1): It is not cl
src/asp/Sessions/StereoSessionIp.cc:373
↓ 3 callers
Function
matchIpNoCams
Compute list of matched IP between two images with no cameras
src/asp/Sessions/StereoSessionIp.cc:465
↓ 3 callers
Function
matchMultiPrefix
Heuristics for match file prefix
src/asp/Core/IpMatchingAlgs.cc:356
↓ 3 callers
Function
median_matrix
Find the median of some matrices, by finding the median for each entry
src/asp/Rig/TransformUtils.cc:292
↓ 3 callers
Method
model_name
src/asp/Camera/CsmModel.cc:840
↓ 3 callers
Method
model_state
src/asp/Camera/CsmModel.cc:845
↓ 3 callers
Function
mosaicProduct
Mosaic blocks of per-tile products (DEM, DRG, or IntersectionErr) in parallel, then mosaic the block results into a final output.
src/asp/Python/asp_dist_utils.py:458
↓ 3 callers
Method
num_parameter_blocks
Return the number of Ceres input parameter blocks. - (camera), (point)
src/asp/Camera/BundleAdjustCostFuns.h:98
↓ 3 callers
Function
orbitalCorrections
Adjust the linescan model to correct for velocity aberration and/or atmospheric refraction.
src/asp/Camera/CsmUtils.cc:818
↓ 3 callers
Method
origin
src/asp/Core/OrthoRasterizer.cc:870
↓ 3 callers
Method
params_per_point
src/asp/Camera/BaParams.h:107
↓ 3 callers
Function
parseDateTimeStrings
Parse strings in the format 20110323_17433900.
src/asp/IceBridge/icebridge_common.py:1005
↓ 3 callers
Function
parseStereoHelper
Parse input command line arguments
src/asp/Tools/stereo.cc:748
↓ 3 callers
Method
pixel_to_vector
TODO(oalexan1): There should be a better way of doing this
src/asp/IsisIO/IsisInterfaceSAR.cc:83
↓ 3 callers
Method
planes
src/asp/Core/OrthoRasterizer.cc:855
↓ 3 callers
Method
plugin_name
src/asp/Camera/CsmModel.cc:834
↓ 3 callers
Method
point_to_pixel
src/asp/IsisIO/IsisInterfaceSAR.cc:62
↓ 3 callers
Function
poly_fit
Fit a polynomial of degree 1 and return the fitted Y values.
src/asp/Tools/orbit_plot.py:371
↓ 3 callers
Method
pre_pointcloud_hook
src/asp/Sessions/StereoSession.cc:444
↓ 3 callers
Function
print_float
src/asp/Camera/BundleAdjustCamera2.cc:585
↓ 3 callers
Function
print_float_vec
src/asp/Camera/BundleAdjustCamera2.cc:592
↓ 3 callers
Function
print_shared
src/asp/Camera/BundleAdjustCamera2.cc:603
↓ 3 callers
Function
projected_ip_to_raw_ip
Take an interest point from a map projected image and convert it to the corresponding IP in the original non-map-projected image. - Return false if th
src/asp/Core/ImageUtils.cc:108
↓ 3 callers
Function
propagateCovariance
Propagate the covariances. Return propagated stddev. See the .h file for more info.
src/asp/Camera/Covariance.cc:463
↓ 3 callers
Function
readBathyPlanesStrOrList
Helper function to read bathy planes from either a direct string or a list file. Returns space-separated string of plane files suitable for vw::readBa
src/asp/Core/Bathymetry.cc:35
↓ 3 callers
Function
readGeorefOrThrow
Read a georeference from a file and throw if not found.
src/asp/Core/DemMosaic.cc:309
↓ 3 callers
Function
readImageSensorTimestamp
For each image, find its sensor name and timestamp. The info can be in a list or from the file or directory structure. If flexible_strategy is true, t
src/asp/Rig/RigIo.cc:52
← previous
next →
401–500 of 3,842, ranked by callers