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
↓ 1 callers
Function
fine_grained_parse
Parse format: "1:focal_length,optical_center 2:focal_length,other_intrinsics 3:none" Applies when optimizing intrinsics per sensor. The numbers are se
src/asp/Camera/BundleAdjustCamera2.cc:407
↓ 1 callers
Function
finishStdDevCalc
Finish standard deviation calculation. At this point, tile contains sum of squared deviations from mean, and weights contains the count of valid pixel
src/asp/Tools/dem_mosaic.cc:400
↓ 1 callers
Function
fishEyeDistortionNorm
Apply the fisheye distortion model. Input and output are normalized pixels.
src/asp/Rig/RigCameraParams.cc:158
↓ 1 callers
Function
fitBestRotationsIntrinsics
See the .h file for the documentation
src/asp/Camera/CsmModelFit.cc:164
↓ 1 callers
Function
fitCsmLinescanToOpticalBar
Fit a CSM camera to an optical bar camera. Optical bar cameras assumes the scan lines are vertical, as for KH-9, which differs with how a CSM model is
src/asp/Camera/CsmModelFit.cc:845
↓ 1 callers
Function
fitCurrDegRPC
src/asp/Rig/RigRpcDistortion.cc:416
↓ 1 callers
Function
fitRpcDist
src/asp/Rig/RigRpcDistortion.cc:479
↓ 1 callers
Function
fit_camera_to_xyz_ht
Find the best camera that fits the current GCP
src/asp/Tools/cam_gen.cc:82
↓ 1 callers
Function
fixQuaternionSigns
Ensure that quaternions don't suddenly change sign. This is a bugfix.
src/asp/Camera/CsmUtils.cc:40
↓ 1 callers
Function
fix_millisecond
Boost does not like a time string such as "2017-12-07 15:36:40.90795Z" because it expects precisely 6 digits after the dot. Fix that.
src/asp/Camera/TimeProcessing.cc:24
↓ 1 callers
Function
fix_seams_using_ip
Fix seams by finding interest point matches and adjusting the transforms so that they map points from one image on top of matches from another image.
src/asp/Tools/tif_mosaic.cc:84
↓ 1 callers
Function
fix_tile_multiple
GDAL block write sizes must be a multiple to 16 so if the input value is not a multiple of 16 increase it until it is.
src/asp/Tools/image_mosaic.cc:56
↓ 1 callers
Function
flagOutliers
Flag outliers by triangulation angle and reprojection error. It is assumed that the cameras in world_to_cam are up-to-date given the current state of
src/asp/Rig/RigOutlier.cc:75
↓ 1 callers
Function
flag_initial_outliers
Flag outliers by reprojection error with input cameras. This assumes that the input cameras are pretty accurate.
src/asp/Core/BundleAdjustUtils.cc:399
↓ 1 callers
Function
folderToType
If input is myRun/ortho, return "ortho". Same for "fireball", "lidar", etc.
src/asp/IceBridge/icebridge_common.py:143
↓ 1 callers
Function
for_each_pixel_columnwise
src/asp/Core/ImageUtils.cc:250
↓ 1 callers
Function
for_each_pixel_rowwise
src/asp/Core/ImageUtils.cc:223
↓ 1 callers
Function
formArgcArgv
Given a command-line string, form argc and argv. In addition to pointers, will also store the strings in argv_str, to ensure permanence.
src/asp/PcAlign/NuthAlignmentParse.cc:135
↓ 1 callers
Method
formCustomMenu
src/asp/GUI/WidgetMenuMgr.cc:142
↓ 1 callers
Function
formFilePrefix
Form a file with given numbers. This is used in more than one place.
src/asp/IceBridge/icebridge_common.py:1045
↓ 1 callers
Function
formMtl
src/asp/Rig/TextureProcessing.cc:103
↓ 1 callers
Function
formObjCustomUV
src/asp/Rig/TextureProcessing.cc:116
↓ 1 callers
Function
formPoly
Assemble the polygon structure
src/asp/GUI/GuiGeom.cc:159
↓ 1 callers
Function
formPositionQuatVecPerGroup
For frame cameras that belong to the same orbital group, collect together the initial positions in a single vector, and same for quaternions. Linescan
src/asp/Camera/JitterSolveUtils.cc:123
↓ 1 callers
Function
formQimageFloat
Form a QImage to show on screen from a single-channel double image. Scale pixel values to [0, 255] and handle nodata. If colormap is not null, apply i
src/asp/GUI/DiskImagePyramidMultiChannel.cc:52
↓ 1 callers
Function
formQimageGrayAlpha
Form a QImage from a two-channel uint8 image (grayscale + mask).
src/asp/GUI/DiskImagePyramidMultiChannel.cc:97
↓ 1 callers
Function
formTriVec
Put the triangulated points in a vector. Update the cnet from the DEM, if we have one.
src/asp/Core/BundleAdjustUtils.cc:503
↓ 1 callers
Function
form_camera
Create a camera using user-specified options. Keep record of the georeference and the datum.
src/asp/Tools/cam_gen.cc:994
↓ 1 callers
Function
frameToCurrSensorTrans
Given a frame linescan camera and the transform from it to the current camera, find the current camera to world transform as an array.
src/asp/Camera/JitterSolveRigUtils.cc:694
↓ 1 callers
Function
fromOptState
Must all this after optimization to update the Extrinsics structure
src/asp/Rig/RigData.cc:80
↓ 1 callers
Function
gamma
Gamma correction for x between 0 and 1. https://en.wikipedia.org/wiki/SRGB#Specification_of_the_transformation
src/asp/Rig/RigMath.cc:101
↓ 1 callers
Function
gcp_gen
src/asp/Tools/gcp_gen.cc:247
↓ 1 callers
Function
genCamPoses
A function that will take as input the endpoints and will compute the positions and orientations in ECEF. The key observation is that the positions wi
src/asp/Camera/SatSim.cc:822
↓ 1 callers
Function
genLinescanCameras
Create and save a linescan camera with given camera positions and orientations. There will be just one of them, as all poses are part of the same line
src/asp/Camera/SyntheticLinescan.cc:244
↓ 1 callers
Function
genPinholeCameras
A function to create and save Pinhole cameras. Assume no distortion, and pixel pitch = 1.
src/asp/Camera/SatSim.cc:1281
↓ 1 callers
Function
genRigCamerasImages
Generate the cameras and images for a rig
src/asp/Camera/SatSim.cc:1760
↓ 1 callers
Function
genTmpDir
Generate a temporary directory for HDF extraction. If the output_prefix has a parent path (e.g., "run/out"), create "run/tmp". Otherwise, create a uni
src/asp/Core/AsterProc.cc:439
↓ 1 callers
Function
genWriteGcp
Produce and write a GCP file. Can throw exceptions. TODO(oalexan1): Consider moving this to WV, together with the logic for reading GCPs. Support read
src/asp/Core/GCP.cc:91
↓ 1 callers
Function
generateBatchList
Generate a list of all the processing batches required for a run
src/asp/IceBridge/pleiades_manager.py:480
↓ 1 callers
Function
generateBorderKml
Generates a KML plot of a point border
src/asp/IceBridge/lvis2kml.py:140
↓ 1 callers
Function
generateFlightSummary
Generate a folder containing handy debugging files including output thumbnails
src/asp/IceBridge/generate_flight_summary.py:164
↓ 1 callers
Function
generatePointKml
Generates a KML plot for the input points
src/asp/IceBridge/lvis2kml.py:87
↓ 1 callers
Function
generateTile
Generate a single output tile. This creates a DemMosaicView, rasters it to disk, and removes the tile if it contains no valid pixels.
src/asp/Tools/dem_mosaic.cc:1161
↓ 1 callers
Function
generateTileDir
Generate the name of a tile based on its location
src/asp/Python/asp_alg_utils.py:119
↓ 1 callers
Function
generate_point_pairs
Generates the set of GDC/pixel pairs that will be fed into the solver.
src/asp/Tools/add_spot_rpc.cc:104
↓ 1 callers
Function
generate_point_pairs
Generates the set of GDC/pixel pairs that will be fed into the solver.
src/asp/Tools/rpc_gen.cc:185
↓ 1 callers
Function
generate_point_pairs
Generate lon-lat-height to image pixel correspondences that we will use to create the RPC model.
src/asp/Tools/aster2asp.cc:256
↓ 1 callers
Method
geo_transform
Return the affine georeferencing transform.
src/asp/Core/OrthoRasterizer.cc:860
↓ 1 callers
Method
geodetic_to_pixel_numerical_Jacobian
Find the Jacobian of geodetic_to_pixel using numerical differentiation. This is used for testing purposes.
src/asp/Camera/RPCModel.cc:479
↓ 1 callers
Function
georef_from_pc_files
Builds a GeoReference from the first cloud having a georeference in the list
src/asp/Core/PointCloudProcessing.cc:676
↓ 1 callers
Function
georef_sanity_checks
src/asp/Tools/geodiff.cc:106
↓ 1 callers
Function
getActiveJobs
Returns a list of the currently active jobs and their status
src/asp/IceBridge/pbs_functions.py:47
↓ 1 callers
Method
getAlignedCameraTarName
Return the file name used to tar up the generated bundle-adjustd and aligned camera files
src/asp/IceBridge/run_helper.py:87
↓ 1 callers
Function
getByExtension
Get files with given extension. This returns the files without sorting or the folder name prepended to them.
src/asp/IceBridge/icebridge_common.py:933
↓ 1 callers
Function
getCorrFireballFolder
(outputFolder)
src/asp/IceBridge/icebridge_common.py:113
↓ 1 callers
Method
getEditingMatches
src/asp/GUI/MainWidget.h:111
↓ 1 callers
Function
getEmailAddress
Return the email address to use for a user
src/asp/IceBridge/regenerate_summary_images.py:95
↓ 1 callers
Function
getEpsgCode
Return EPSG code for a location. See notes in getProjString.
src/asp/IceBridge/icebridge_common.py:1504
↓ 1 callers
Function
getFailureCause
Try to figure out the reason that a DEM failed
src/asp/IceBridge/generate_flight_summary.py:80
↓ 1 callers
Function
getFireballFolder
(outputFolder)
src/asp/IceBridge/icebridge_common.py:110
↓ 1 callers
Function
getFirstChildByTagName
This function simplifies the logic when we know the info we need is surely in the first child.
src/asp/Camera/PRISM_XML.cc:81
↓ 1 callers
Function
getImageFolder
(outputFolder)
src/asp/IceBridge/icebridge_common.py:101
↓ 1 callers
Function
getImageGeoInfo
Obtains some image geo information from gdalinfo in dictionary format
src/asp/Python/asp_geo_utils.py:73
↓ 1 callers
Method
getImageList
Return a list containing all the currently stored image files
src/asp/IceBridge/run_helper.py:161
↓ 1 callers
Function
getImageSpacing
Find a good image stereo spacing interval that gives us a good balance between coverage and baseline width. Also detect all frames where
src/asp/IceBridge/process_icebridge_run.py:101
↓ 1 callers
Method
getInputTarName
Return the file name used to tar up the downloaded input data
src/asp/IceBridge/run_helper.py:79
↓ 1 callers
Function
getIsisBoundingBox
Returns (minLon, maxLon, minLat, maxLat) for an ISIS compatible object
src/asp/Python/asp_geo_utils.py:354
↓ 1 callers
Function
getJpegFolder
(outputFolder)
src/asp/IceBridge/icebridge_common.py:104
↓ 1 callers
Method
getLabelTarName
Return the file name used to tar up the label files
src/asp/IceBridge/run_helper.py:110
↓ 1 callers
Function
getLabelTrainingPath
Path to the OSSP label training file
src/asp/IceBridge/pleiades_manager.py:128
↓ 1 callers
Function
getLastLog
Return the path to the latest log file matching a prefix
src/asp/IceBridge/generate_flight_summary.py:53
↓ 1 callers
Method
getLidarList
Return a list containing all the currently stored lidar files. This does not return converted csv files.
src/asp/IceBridge/run_helper.py:170
↓ 1 callers
Function
getLineAfterText
Extracts the remainder of a line after a prefix
src/asp/Python/asp_string_utils.py:44
↓ 1 callers
Method
getLineWidth
src/asp/GUI/PolyWidget.cc:739
↓ 1 callers
Function
getLonLatProjString
Given a projected proj4 string, get the longlat proj4 string
src/asp/Python/asp_geo_utils.py:53
↓ 1 callers
Function
getMatchFiles
Get the path of the match file generated by bundle_adjust for a given image pair, and the path to where that match file could be copied
src/asp/IceBridge/process_icebridge_batch.py:577
↓ 1 callers
Function
getMeanDemDiff
Get the mean distance between the input DEMs to the main DEM.
src/asp/IceBridge/blend_dems.py:70
↓ 1 callers
Function
getName
src/asp/Core/PointCloudAlignment.cc:82
↓ 1 callers
Method
getNeiType
src/asp/Gotcha/CGOTCHAParam.h:31
↓ 1 callers
Function
getNumCores
Return the number of cores available for a given node type
src/asp/IceBridge/pbs_functions.py:86
↓ 1 callers
Function
getPairedIndexFile
(pairedFolder)
src/asp/IceBridge/icebridge_common.py:140
↓ 1 callers
Function
getPairedLidarFolder
(lidarFolder)
src/asp/IceBridge/icebridge_common.py:122
↓ 1 callers
Method
getPointCoord
src/asp/Core/MatchList.cc:87
↓ 1 callers
Method
getPolyColor
src/asp/GUI/PolyWidget.cc:730
↓ 1 callers
Method
getProcessingType
src/asp/Gotcha/CDensifyParam.h:44
↓ 1 callers
Method
getSummaryFolder
(self)
src/asp/IceBridge/run_helper.py:145
↓ 1 callers
Method
getSummaryTarName
Return the file name used to tar up the generated camera files
src/asp/IceBridge/run_helper.py:99
↓ 1 callers
Function
getTifs
Get tif files in given directory, ignoring _sub files. This returns the files without sorting.
src/asp/IceBridge/icebridge_common.py:900
↓ 1 callers
Function
getUnpackedFiles
Find all the DEM or ORTHO files unpacked from their tarball.
src/asp/IceBridge/regenerate_summary_images.py:206
↓ 1 callers
Function
getWidthAndMemUsageFromStereoOutput
Parse the output from running stereo and return the search range width and the memory usage in GB.
src/asp/IceBridge/process_icebridge_batch.py:830
↓ 1 callers
Method
get_action_frusta
src/asp/SfmView/SceneRenderer.cc:112
↓ 1 callers
Method
get_action_ground
src/asp/SfmView/SceneRenderer.cc:120
↓ 1 callers
Method
get_action_viewdir
src/asp/SfmView/SceneRenderer.cc:116
↓ 1 callers
Function
get_cam_height_estimate
Read the camera height above ground from the ortho file, unless it was user-specified.
src/asp/IceBridge/ortho2pinhole.cc:128
↓ 1 callers
Function
get_camera
Get the label file and the camera file for a given frame
src/asp/IceBridge/label_images.py:54
↓ 1 callers
Function
get_camera_center_at_time
Get camera center at a given time
src/asp/Camera/CsmUtils.cc:789
↓ 1 callers
Function
get_camera_velocity_at_time
Get camera velocity at a given time
src/asp/Camera/CsmUtils.cc:795
↓ 1 callers
Method
get_campos
src/asp/SfmView/GlContext.cc:31
↓ 1 callers
Function
get_ccd
Returns the CCD number of a filename.
src/asp/Tools/hiedr2mosaic.py:350
↓ 1 callers
Method
get_center_offset
Compute the offset in m_intrinsics_vec to the requested data
src/asp/Camera/BaParams.cc:187
← previous
next →
1,301–1,400 of 3,842, ranked by callers