MCPcopy Create free account

hub / github.com/NeoGeographyToolkit/StereoPipeline / functions

Functions3,842 in github.com/NeoGeographyToolkit/StereoPipeline

↓ 1 callersFunctionfine_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 callersFunctionfinishStdDevCalc
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 callersFunctionfishEyeDistortionNorm
Apply the fisheye distortion model. Input and output are normalized pixels.
src/asp/Rig/RigCameraParams.cc:158
↓ 1 callersFunctionfitBestRotationsIntrinsics
See the .h file for the documentation
src/asp/Camera/CsmModelFit.cc:164
↓ 1 callersFunctionfitCsmLinescanToOpticalBar
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 callersFunctionfitCurrDegRPC
src/asp/Rig/RigRpcDistortion.cc:416
↓ 1 callersFunctionfitRpcDist
src/asp/Rig/RigRpcDistortion.cc:479
↓ 1 callersFunctionfit_camera_to_xyz_ht
Find the best camera that fits the current GCP
src/asp/Tools/cam_gen.cc:82
↓ 1 callersFunctionfixQuaternionSigns
Ensure that quaternions don't suddenly change sign. This is a bugfix.
src/asp/Camera/CsmUtils.cc:40
↓ 1 callersFunctionfix_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 callersFunctionfix_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 callersFunctionfix_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 callersFunctionflagOutliers
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 callersFunctionflag_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 callersFunctionfolderToType
If input is myRun/ortho, return "ortho". Same for "fireball", "lidar", etc.
src/asp/IceBridge/icebridge_common.py:143
↓ 1 callersFunctionfor_each_pixel_columnwise
src/asp/Core/ImageUtils.cc:250
↓ 1 callersFunctionfor_each_pixel_rowwise
src/asp/Core/ImageUtils.cc:223
↓ 1 callersFunctionformArgcArgv
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 callersMethodformCustomMenu
src/asp/GUI/WidgetMenuMgr.cc:142
↓ 1 callersFunctionformFilePrefix
Form a file with given numbers. This is used in more than one place.
src/asp/IceBridge/icebridge_common.py:1045
↓ 1 callersFunctionformMtl
src/asp/Rig/TextureProcessing.cc:103
↓ 1 callersFunctionformObjCustomUV
src/asp/Rig/TextureProcessing.cc:116
↓ 1 callersFunctionformPoly
Assemble the polygon structure
src/asp/GUI/GuiGeom.cc:159
↓ 1 callersFunctionformPositionQuatVecPerGroup
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 callersFunctionformQimageFloat
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 callersFunctionformQimageGrayAlpha
Form a QImage from a two-channel uint8 image (grayscale + mask).
src/asp/GUI/DiskImagePyramidMultiChannel.cc:97
↓ 1 callersFunctionformTriVec
Put the triangulated points in a vector. Update the cnet from the DEM, if we have one.
src/asp/Core/BundleAdjustUtils.cc:503
↓ 1 callersFunctionform_camera
Create a camera using user-specified options. Keep record of the georeference and the datum.
src/asp/Tools/cam_gen.cc:994
↓ 1 callersFunctionframeToCurrSensorTrans
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 callersFunctionfromOptState
Must all this after optimization to update the Extrinsics structure
src/asp/Rig/RigData.cc:80
↓ 1 callersFunctiongamma
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 callersFunctiongcp_gen
src/asp/Tools/gcp_gen.cc:247
↓ 1 callersFunctiongenCamPoses
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 callersFunctiongenLinescanCameras
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 callersFunctiongenPinholeCameras
A function to create and save Pinhole cameras. Assume no distortion, and pixel pitch = 1.
src/asp/Camera/SatSim.cc:1281
↓ 1 callersFunctiongenRigCamerasImages
Generate the cameras and images for a rig
src/asp/Camera/SatSim.cc:1760
↓ 1 callersFunctiongenTmpDir
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 callersFunctiongenWriteGcp
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 callersFunctiongenerateBatchList
Generate a list of all the processing batches required for a run
src/asp/IceBridge/pleiades_manager.py:480
↓ 1 callersFunctiongenerateBorderKml
Generates a KML plot of a point border
src/asp/IceBridge/lvis2kml.py:140
↓ 1 callersFunctiongenerateFlightSummary
Generate a folder containing handy debugging files including output thumbnails
src/asp/IceBridge/generate_flight_summary.py:164
↓ 1 callersFunctiongeneratePointKml
Generates a KML plot for the input points
src/asp/IceBridge/lvis2kml.py:87
↓ 1 callersFunctiongenerateTile
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 callersFunctiongenerateTileDir
Generate the name of a tile based on its location
src/asp/Python/asp_alg_utils.py:119
↓ 1 callersFunctiongenerate_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 callersFunctiongenerate_point_pairs
Generates the set of GDC/pixel pairs that will be fed into the solver.
src/asp/Tools/rpc_gen.cc:185
↓ 1 callersFunctiongenerate_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 callersMethodgeo_transform
Return the affine georeferencing transform.
src/asp/Core/OrthoRasterizer.cc:860
↓ 1 callersMethodgeodetic_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 callersFunctiongeoref_from_pc_files
Builds a GeoReference from the first cloud having a georeference in the list
src/asp/Core/PointCloudProcessing.cc:676
↓ 1 callersFunctiongeoref_sanity_checks
src/asp/Tools/geodiff.cc:106
↓ 1 callersFunctiongetActiveJobs
Returns a list of the currently active jobs and their status
src/asp/IceBridge/pbs_functions.py:47
↓ 1 callersMethodgetAlignedCameraTarName
Return the file name used to tar up the generated bundle-adjustd and aligned camera files
src/asp/IceBridge/run_helper.py:87
↓ 1 callersFunctiongetByExtension
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 callersFunctiongetCorrFireballFolder
(outputFolder)
src/asp/IceBridge/icebridge_common.py:113
↓ 1 callersMethodgetEditingMatches
src/asp/GUI/MainWidget.h:111
↓ 1 callersFunctiongetEmailAddress
Return the email address to use for a user
src/asp/IceBridge/regenerate_summary_images.py:95
↓ 1 callersFunctiongetEpsgCode
Return EPSG code for a location. See notes in getProjString.
src/asp/IceBridge/icebridge_common.py:1504
↓ 1 callersFunctiongetFailureCause
Try to figure out the reason that a DEM failed
src/asp/IceBridge/generate_flight_summary.py:80
↓ 1 callersFunctiongetFireballFolder
(outputFolder)
src/asp/IceBridge/icebridge_common.py:110
↓ 1 callersFunctiongetFirstChildByTagName
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 callersFunctiongetImageFolder
(outputFolder)
src/asp/IceBridge/icebridge_common.py:101
↓ 1 callersFunctiongetImageGeoInfo
Obtains some image geo information from gdalinfo in dictionary format
src/asp/Python/asp_geo_utils.py:73
↓ 1 callersMethodgetImageList
Return a list containing all the currently stored image files
src/asp/IceBridge/run_helper.py:161
↓ 1 callersFunctiongetImageSpacing
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 callersMethodgetInputTarName
Return the file name used to tar up the downloaded input data
src/asp/IceBridge/run_helper.py:79
↓ 1 callersFunctiongetIsisBoundingBox
Returns (minLon, maxLon, minLat, maxLat) for an ISIS compatible object
src/asp/Python/asp_geo_utils.py:354
↓ 1 callersFunctiongetJpegFolder
(outputFolder)
src/asp/IceBridge/icebridge_common.py:104
↓ 1 callersMethodgetLabelTarName
Return the file name used to tar up the label files
src/asp/IceBridge/run_helper.py:110
↓ 1 callersFunctiongetLabelTrainingPath
Path to the OSSP label training file
src/asp/IceBridge/pleiades_manager.py:128
↓ 1 callersFunctiongetLastLog
Return the path to the latest log file matching a prefix
src/asp/IceBridge/generate_flight_summary.py:53
↓ 1 callersMethodgetLidarList
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 callersFunctiongetLineAfterText
Extracts the remainder of a line after a prefix
src/asp/Python/asp_string_utils.py:44
↓ 1 callersMethodgetLineWidth
src/asp/GUI/PolyWidget.cc:739
↓ 1 callersFunctiongetLonLatProjString
Given a projected proj4 string, get the longlat proj4 string
src/asp/Python/asp_geo_utils.py:53
↓ 1 callersFunctiongetMatchFiles
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 callersFunctiongetMeanDemDiff
Get the mean distance between the input DEMs to the main DEM.
src/asp/IceBridge/blend_dems.py:70
↓ 1 callersFunctiongetName
src/asp/Core/PointCloudAlignment.cc:82
↓ 1 callersMethodgetNeiType
src/asp/Gotcha/CGOTCHAParam.h:31
↓ 1 callersFunctiongetNumCores
Return the number of cores available for a given node type
src/asp/IceBridge/pbs_functions.py:86
↓ 1 callersFunctiongetPairedIndexFile
(pairedFolder)
src/asp/IceBridge/icebridge_common.py:140
↓ 1 callersFunctiongetPairedLidarFolder
(lidarFolder)
src/asp/IceBridge/icebridge_common.py:122
↓ 1 callersMethodgetPointCoord
src/asp/Core/MatchList.cc:87
↓ 1 callersMethodgetPolyColor
src/asp/GUI/PolyWidget.cc:730
↓ 1 callersMethodgetProcessingType
src/asp/Gotcha/CDensifyParam.h:44
↓ 1 callersMethodgetSummaryFolder
(self)
src/asp/IceBridge/run_helper.py:145
↓ 1 callersMethodgetSummaryTarName
Return the file name used to tar up the generated camera files
src/asp/IceBridge/run_helper.py:99
↓ 1 callersFunctiongetTifs
Get tif files in given directory, ignoring _sub files. This returns the files without sorting.
src/asp/IceBridge/icebridge_common.py:900
↓ 1 callersFunctiongetUnpackedFiles
Find all the DEM or ORTHO files unpacked from their tarball.
src/asp/IceBridge/regenerate_summary_images.py:206
↓ 1 callersFunctiongetWidthAndMemUsageFromStereoOutput
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 callersMethodget_action_frusta
src/asp/SfmView/SceneRenderer.cc:112
↓ 1 callersMethodget_action_ground
src/asp/SfmView/SceneRenderer.cc:120
↓ 1 callersMethodget_action_viewdir
src/asp/SfmView/SceneRenderer.cc:116
↓ 1 callersFunctionget_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 callersFunctionget_camera
Get the label file and the camera file for a given frame
src/asp/IceBridge/label_images.py:54
↓ 1 callersFunctionget_camera_center_at_time
Get camera center at a given time
src/asp/Camera/CsmUtils.cc:789
↓ 1 callersFunctionget_camera_velocity_at_time
Get camera velocity at a given time
src/asp/Camera/CsmUtils.cc:795
↓ 1 callersMethodget_campos
src/asp/SfmView/GlContext.cc:31
↓ 1 callersFunctionget_ccd
Returns the CCD number of a filename.
src/asp/Tools/hiedr2mosaic.py:350
↓ 1 callersMethodget_center_offset
Compute the offset in m_intrinsics_vec to the requested data
src/asp/Camera/BaParams.cc:187
← previousnext →1,301–1,400 of 3,842, ranked by callers