0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
boost::program_options-ify of initializing/reading/writing stereo.default. Now each config option is specified in only one place, so options-specifications in different parts of the file cannot get out of sync like they were before now. More... almost 17 years ago
- Added stereodefault.cc and stereodefault target, which canonicalizes a stereo default file, or creates a file based on defaults - Added write_default_file() to file_lib.{h,cc} to support stereodefault More... almost 17 years ago
Compatibility update for the revised VWB Interest Point module. To go back to using Lowe-SIFT, comment/uncomment the relevant lines in StereoSessionKeypoint.cc. More... almost 17 years ago
Fixed several bugs in linescan camera based stereo. More... almost 17 years ago
Committing changes to the stereo pipeline to bring it up to date with the changes to the Cartagraphy module. More... almost 17 years ago
added rmax2cahvor.cc to preprocess RMAX images before being input to the new unified stereo package More... almost 17 years ago
Fixed a few compilation problems. More... almost 17 years ago
Finished the conversion in the Correlation phase to large image file reading/writing. There's still a little bit of debugging to do here, but it seems to work, at least on moderately sized images. More... almost 17 years ago
Re-added the SIFT sources for fallback. More... almost 17 years ago
StereoSessionKeypoint now works with the Interest Point module instead of LoweSIFT. Not yet as fast or robust as it could be, but it has been successfully tested with MOC imagery. stereo.cc now saves DEMs using Mercator projection. More... almost 17 years ago
Removed some extra targets that were breaking the build. More... about 17 years ago
Removed code that depends on SIFT. Patrick needs to fix a bug, and then we will hopefully switch over to VW interest points for alignment. More... about 17 years ago
Merged revisions 98-103 via svnmerge from https://babelfish.arc.nasa.gov/svn/stereopipeline/branches/mbroxton More... about 17 years ago
Test of svnmerge. More... about 17 years ago
Made a change to hrsc_stereo so that it takes advantage of the new ability to rasterize directly into a file on disk. So far, the 3D point cloud generation stage is the only stage that takes full advantage of this capability. More... about 17 years ago
De-deprecated the UNIVERSE_RADIUS tag. More... about 17 years ago
A bunch of changes to HRSC. Beginning to overhaul how memory is used during stereo processing. Things are more streamlined now, and I make extensive use of DiskImageResources to properly cache pieces of files as I operate on them. More... about 17 years ago
Small change so that .iv and .vrml files look for ./<texture file>, so that they work wherever they are loaded, and not only when they are loading from the current directory. More... about 17 years ago
More changes to support near/far universe radii... More... about 17 years ago
Made a change for Mike Sims to support near and far universe radii More... about 17 years ago
Restructured code and added a few small support functions to create TIFF copies of the DDD files and use those for correlation. The DDD files are now only used for the meta data. Also tried to simplify control logic a bit. Minor cosmetic changes such as changing Limg and Rimg to left_image and right_image. NOTE: the changes seem to have created a memory corruption bug... or exposed a pre-existing condition. More... about 17 years ago
Removed the global using namespace vw statement, and added explicit vw namespace qualifiers. More... about 17 years ago
Added explicit vw namespace qualifiers. More... about 17 years ago
Added explicit vw namespace qualifiers for uint8. More... about 17 years ago
Added support for specifying the ENVI DEM data type in the stereo.default file. More... about 17 years ago
Added support for specifying the ENVI DEM data type in the stereo.default file. More... about 17 years ago
Made several changes for Mike Sims -- removed junk floating in the sky. More... about 17 years ago
Added file_is_readable() utility function. Fixed a cut and paste error in generate_file_names(). More... about 17 years ago
Added code to write out a full ENVI header file. Added code to determine corresponding DDD file names if TIFFs are given on command line. Rearranged code so that images that are only used for a single step in the processing are contained in a local block so that memory is freed after use. More... about 17 years ago
added support for jpl cmod files... More... about 17 years ago